pgsql: This patch removes some old code from libpq that implements a

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch removes some old code from libpq that implements a
Date: 2005-06-12 00:07:08
Message-ID: 20050612000708.2BCA15288D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
This patch removes some old code from libpq that implements a URI-like
syntax for database connection parameters. It has been inside an
#ifdef NOT_USED block since 2001 or so and is marked as "broken", so
I don't think it is likely to be rehabilitated any time soon.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-connect.c (r1.310 -> r1.311)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c.diff?r1=1.310&r2=1.311)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-06-12 15:51:50 pgsql: Document the --enable-integer-datetimes configure option where
Previous Message Neil Conway 2005-06-12 00:00:21 pgsql: libpq was not consistently checking for memory allocation