OSDN Git Service

following is a little fix for libpq.
authorBruce Momjian <bruce@momjian.us>
Wed, 20 Nov 1996 22:35:19 +0000 (22:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 20 Nov 1996 22:35:19 +0000 (22:35 +0000)
commit8299e75577645e420745ea48276b6e8e4ceeb138
treea55bac7c91f6de05dc7ed5e5d9463b1d66f4ca20
parent6399c74f1742b8f639633b1ba9c4f2bbea9f06c3
following is a little fix for libpq.

    PQexec  handles  the possibility of multiple results from one
    query by simply submitting an empty  query  after  the  first
    result and waiting for an 'I' message.

    Rules  can  generate  errors with transaction abort after the
    first 'C' message was recieved (e.g. if a C-language function
    used  in  a rule calls elog(WARN, ...)). Thus we have to look
    for.

Jan(wieck@sapserv.debis.de)
src/interfaces/libpq/fe-exec.c