pgsql: Report libpq errors correctly if session setup or teardown steps - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Report libpq errors correctly if session setup or teardown steps
Date
Msg-id E1Qu36a-0000C0-Lz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Report libpq errors correctly if session setup or teardown steps fail in
isolation regression tests.

Alvaro committed these fixes to master branch on Tue Jul 29th, as part of
Noah Misch's patch. The rest of that patch is not needed on 9.1, but this
part should be backpatched.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b936d9264c08418909e3ec5d6107bd104d62fdc2

Modified Files
--------------
src/test/isolation/isolationtester.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove obsolete README file.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Add an SSI regression test that tests all interesting permutatio