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