Обсуждение: pgsql: This patch removes some old code from libpq that implements a

Поиск
Список
Период
Сортировка

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

От
neilc@svr1.postgresql.org (Neil Conway)
Дата:
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)