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 parent833d91a commitd359facCopy full SHA for d359fac
src/interfaces/libpq/fe-connect.c
@@ -1,4 +1,4 @@
1
-conninfo_parse/*-------------------------------------------------------------------------
+/*-------------------------------------------------------------------------
2
*
3
* fe-connect.c
4
* functions related to setting up a connection to the backend
@@ -8,7 +8,7 @@ conninfo_parse/*----------------------------------------------------------------
8
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.315 2005/08/0904:50:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.316 2005/08/0905:14:26 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/