Cosmetic improvements to dblink.

This commit is contained in:
Bruce Momjian 2005-10-08 12:18:48 +00:00
parent f3576c33f8
commit 768dfd0375
1 changed files with 5 additions and 5 deletions

View File

@ -91,11 +91,11 @@ PGconn *persistent_conn = NULL;
static HTAB *remoteConnHash = NULL; static HTAB *remoteConnHash = NULL;
/* /*
Following is list that holds multiple remote connections. * Following is list that holds multiple remote connections.
Calling convention of each dblink function changes to accept * Calling convention of each dblink function changes to accept
connection name as the first parameter. The connection list is * connection name as the first parameter. The connection list is
much like ecpg e.g. a mapping between a name and a PGconn object. * much like ecpg e.g. a mapping between a name and a PGconn object.
*/ */
typedef struct remoteConnHashEnt typedef struct remoteConnHashEnt
{ {