pgsql: Add PQisthreadsafe() to libpq, to allow library applications to - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add PQisthreadsafe() to libpq, to allow library applications to
Date
Msg-id 20060523221319.C38C59FA5F8@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add PQisthreadsafe() to libpq, to allow library applications to query
the thread-safety status of the library.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        libpq.sgml (r1.210 -> r1.211)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml.diff?r1=1.210&r2=1.211)
    pgsql/src/interfaces/libpq:
        exports.txt (r1.8 -> r1.9)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/exports.txt.diff?r1=1.8&r2=1.9)
        fe-exec.c (r1.183 -> r1.184)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-exec.c.diff?r1=1.183&r2=1.184)
        libpq-fe.h (r1.128 -> r1.129)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-fe.h.diff?r1=1.128&r2=1.129)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak writetup_heap/readtup_heap to avoid storing the tuple
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove trailing blank line from exports.txt.