pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike
Date
Msg-id 20080320163014.F15347558DD@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Log Message:
-----------
Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
Bumped library version to 6.1.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/interfaces/ecpg:
        ChangeLog (r1.370.2.3 -> r1.370.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.370.2.3&r2=1.370.2.4)
    pgsql/src/interfaces/ecpg/ecpglib:
        Makefile (r1.54 -> r1.54.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/Makefile?r1=1.54&r2=1.54.2.1)
        connect.c (r1.48 -> r1.48.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/connect.c?r1=1.48&r2=1.48.2.1)
    pgsql/src/interfaces/ecpg/include:
        ecpglib.h (r1.74.2.1 -> r1.74.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/ecpglib.h?r1=1.74.2.1&r2=1.74.2.2)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Make source code READMEs more consistent.