PostgreSQL Source Code git master
|
Data Fields | |
char | name [NAMEDATALEN] |
remoteConn * | rconn |
char remoteConnHashEnt::name[NAMEDATALEN] |
Definition at line 158 of file dblink.c.
Referenced by dblink_get_connections().
remoteConn* remoteConnHashEnt::rconn |
Definition at line 159 of file dblink.c.
Referenced by createNewConnection(), and getConnectionByName().