PostgreSQL Source Code git master
remoteConnHashEnt Struct Reference

Data Fields

char name [NAMEDATALEN]
 
remoteConn rconn
 

Detailed Description

Definition at line 163 of file dblink.c.

Field Documentation

◆ name

char remoteConnHashEnt::name[NAMEDATALEN]

Definition at line 165 of file dblink.c.

Referenced by dblink_get_connections().

◆ rconn

remoteConn remoteConnHashEnt::rconn

Definition at line 166 of file dblink.c.

Referenced by createNewConnection(), dblink_get_connections(), and getConnectionByName().


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