Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 768dfd0

Browse files
committed
Cosmetic improvements to dblink.
1 parent f3576c3 commit 768dfd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contrib/dblink/dblink.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ PGconn *persistent_conn = NULL;
9191
static HTAB *remoteConnHash = NULL;
9292

9393
/*
94-
Following is list that holds multiple remote connections.
95-
Calling convention of each dblink function changes to accept
96-
connection name as the first parameter. The connection list is
97-
much like ecpg e.g. a mapping between a name and a PGconn object.
98-
*/
94+
* Following is list that holds multiple remote connections.
95+
* Calling convention of each dblink function changes to accept
96+
* connection name as the first parameter. The connection list is
97+
* much like ecpg e.g. a mapping between a name and a PGconn object.
98+
*/
9999

100100
typedef struct remoteConnHashEnt
101101
{

0 commit comments

Comments
 (0)