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

Data Fields

char name [NAMEDATALEN]
 
remoteConnrconn
 

Detailed Description

Definition at line 156 of file dblink.c.

Field Documentation

◆ name

char remoteConnHashEnt::name[NAMEDATALEN]

Definition at line 158 of file dblink.c.

Referenced by dblink_get_connections().

◆ rconn

remoteConn* remoteConnHashEnt::rconn

Definition at line 159 of file dblink.c.

Referenced by createNewConnection(), and getConnectionByName().


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