PostgreSQL Source Code  git master
remoteConnHashEnt Struct Reference

Data Fields

char name [NAMEDATALEN]
 
remoteConnrconn
 

Detailed Description

Definition at line 146 of file dblink.c.

Field Documentation

◆ name

char remoteConnHashEnt::name[NAMEDATALEN]

Definition at line 148 of file dblink.c.

Referenced by dblink_get_connections().

◆ rconn

remoteConn* remoteConnHashEnt::rconn

Definition at line 149 of file dblink.c.

Referenced by createNewConnection(), and getConnectionByName().


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