pgsql: Modify the isolation tester so that multiple sessions can wait.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Modify the isolation tester so that multiple sessions can wait.
Дата
Msg-id E1aTrQX-0005eX-91@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Modify the isolation tester so that multiple sessions can wait.

This allows testing of deadlock scenarios.  Scenarios that would
previously have been considered invalid are now simply taken as a
scenario in which more than one backend will wait.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/38f8bdcac4982215beb9f65a19debecaf22fd470

Modified Files
--------------
src/test/isolation/README            |   9 +-
src/test/isolation/isolationtester.c | 330 ++++++++++++++++++++---------------
2 files changed, 194 insertions(+), 145 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Specify permutations for isolation tests with "invalid" permutat
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Add some isolation tests for deadlock detection and resolution.