PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
remoteConn Struct Reference

Data Fields

PGconnconn
 
int openCursorCount
 
bool newXactForCursor
 

Detailed Description

Definition at line 73 of file dblink.c.

Field Documentation

◆ conn

◆ newXactForCursor

bool remoteConn::newXactForCursor

Definition at line 77 of file dblink.c.

Referenced by dblink_close(), dblink_connect(), dblink_init(), and dblink_open().

◆ openCursorCount

int remoteConn::openCursorCount

Definition at line 76 of file dblink.c.

Referenced by dblink_close(), dblink_connect(), dblink_init(), and dblink_open().


The documentation for this struct was generated from the following file: