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 ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/eb8a811c5a0d91f53995f0d21ca88adf4eb6d1be Modified Files -------------- src/test/isolation/isolationtester.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
