pgsql: Report libpq errors correctly if session setup or teardown steps

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Report libpq errors correctly if session setup or teardown steps
Date: 2011-08-18 13:57:56
Message-ID: E1Qu36a-0000C0-Lz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-08-18 14:05:14 pgsql: Make lazy_vacuum_rel call pg_rusage_init only if needed.
Previous Message Robert Haas 2011-08-18 13:50:53 pgsql: Remove obsolete README file.