Cosmetic improvements to dblink.
This commit is contained in:
parent
f3576c33f8
commit
768dfd0375
@ -91,10 +91,10 @@ PGconn *persistent_conn = NULL;
|
||||
static HTAB *remoteConnHash = NULL;
|
||||
|
||||
/*
|
||||
Following is list that holds multiple remote connections.
|
||||
Calling convention of each dblink function changes to accept
|
||||
connection name as the first parameter. The connection list is
|
||||
much like ecpg e.g. a mapping between a name and a PGconn object.
|
||||
* Following is list that holds multiple remote connections.
|
||||
* Calling convention of each dblink function changes to accept
|
||||
* connection name as the first parameter. The connection list is
|
||||
* much like ecpg e.g. a mapping between a name and a PGconn object.
|
||||
*/
|
||||
|
||||
typedef struct remoteConnHashEnt
|
||||
|
Loading…
x
Reference in New Issue
Block a user