pgsql: isolationtester: Allow tuples to be returned in more places - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: isolationtester: Allow tuples to be returned in more places
Date
Msg-id E1VSAq9-0005Eq-9G@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
isolationtester: Allow tuples to be returned in more places

Previously, isolationtester would forbid returning tuples in
session-specific teardown (but not global teardown), as well as in
global setup.  Allow these places to return tuples, too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4f0777ba0fcfc8274b69f39de10f8d905b9f89ba

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Make some isolationtester specs more complete
Next
From: Alvaro Herrera
Date:
Subject: pgsql: isolationtester: Allow tuples to be returned in more places