PostgreSQL Source Code  git master
remoteConn Struct Reference

Data Fields

PGconnconn
 
int openCursorCount
 
bool newXactForCursor
 

Detailed Description

Definition at line 68 of file dblink.c.

Field Documentation

◆ conn

◆ newXactForCursor

bool remoteConn::newXactForCursor

Definition at line 72 of file dblink.c.

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

◆ openCursorCount

int remoteConn::openCursorCount

Definition at line 71 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: