From 7cf952e7b4ad4d0d603ad13ab91f55c3ec41affe Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 23 Mar 2001 04:49:58 +0000 Subject: Fix comments that were mis-wrapped, for Tom Lane. --- src/interfaces/ecpg/lib/connect.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/interfaces/ecpg/lib/connect.c') diff --git a/src/interfaces/ecpg/lib/connect.c b/src/interfaces/ecpg/lib/connect.c index eac4fcc028..5dc05ea740 100644 --- a/src/interfaces/ecpg/lib/connect.c +++ b/src/interfaces/ecpg/lib/connect.c @@ -307,10 +307,11 @@ ECPGconnect(int lineno, const char *name, const char *user, const char *passwd, if (strncmp(dbname + offset, "postgresql://", strlen("postgresql://")) == 0) { - /* + /*------ * new style: - * :postgresql://server[:port|:/unixsocket/path:][/db - * name][?options] + * :postgresql://server[:port|:/unixsocket/path:] + * [/db name][?options] + *------ */ offset += strlen("postgresql://"); -- cgit v1.2.1