pgsql: isolationtester: Allow tuples to be returned in more places

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: isolationtester: Allow tuples to be returned in more places
Дата
Msg-id E1VSAq9-0005Ez-Fe@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: isolationtester: Allow tuples to be returned in more places
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: add multixact-no-deadlock to schedule