pgsql: This patch removes some old code from libpq that implements a - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: This patch removes some old code from libpq that implements a
Date
Msg-id 20050612000708.2BCA15288D@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: libpq was not consistently checking for memory allocation
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Document the --enable-integer-datetimes configure option where