pgsql: Add expected regress output on stricter isolation levels

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Add expected regress output on stricter isolation levels
Дата
Msg-id E1QjDd6-000099-H6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add expected regress output on stricter isolation levels

These new files allow the new FK tests on isolationtester to pass on the
serializable and repeatable read isolation levels (which are untested
by the buildfarm).

Author: Kevin Grittner
Reviewed by Noah Misch

Branch
------
master

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

Modified Files
--------------
src/test/isolation/expected/fk-deadlock2_1.out |  110 ++++++++++++++++++++++++
src/test/isolation/expected/fk-deadlock2_2.out |  110 ++++++++++++++++++++++++
src/test/isolation/expected/fk-deadlock_1.out  |   71 +++++++++++++++
3 files changed, 291 insertions(+), 0 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Remove O(N^2) performance issue with multiple SAVEPOINTs.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Increase deadlock_timeout to 100ms in FK isolation tests