diff options
| author | Bruce Momjian | 2005-10-08 12:18:48 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2005-10-08 12:18:48 +0000 |
| commit | 768dfd0375e9703d231546adae5746d0f6616107 (patch) | |
| tree | 6b968566df535bae2ebc61edfd1b8a023fbd0d52 | |
| parent | f3576c33f80deb8d44aba24292f55a550ffcecbd (diff) | |
Cosmetic improvements to dblink.
| -rw-r--r-- | contrib/dblink/dblink.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/dblink/dblink.c b/contrib/dblink/dblink.c index 40c6717b27e..c1d70ebf226 100644 --- a/contrib/dblink/dblink.c +++ b/contrib/dblink/dblink.c @@ -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 { |
