We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf3576c3 commit768dfd0Copy full SHA for 768dfd0
contrib/dblink/dblink.c
@@ -91,11 +91,11 @@ PGconn *persistent_conn = NULL;
91
staticHTAB*remoteConnHash=NULL;
92
93
/*
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
-*/
+ *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.
+*/
99
100
typedefstructremoteConnHashEnt
101
{