]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Cosmetic improvements to dblink.
authorBruce Momjian <bruce@momjian.us>
Sat, 8 Oct 2005 12:18:48 +0000 (12:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 8 Oct 2005 12:18:48 +0000 (12:18 +0000)
contrib/dblink/dblink.c

index 40c6717b27ed461ab9d0d47f0d6190230bcedf37..c1d70ebf22674664483210d8e037e5f95f38d058 100644 (file)
@@ -91,11 +91,11 @@ 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
 {