Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3576c3 commit 768dfd0Copy full SHA for 768dfd0
contrib/dblink/dblink.c
@@ -91,11 +91,11 @@ PGconn *persistent_conn = NULL;
91
static HTAB *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
typedef struct remoteConnHashEnt
101
{
0 commit comments