Обсуждение: pgsql: Implement a dry-run mode for isolationtester

Поиск
Список
Период
Сортировка

pgsql: Implement a dry-run mode for isolationtester

От
Alvaro Herrera
Дата:
Implement a dry-run mode for isolationtester

This mode prints out the permutations that would be run by the given
spec file, in the same format used by the permutation lines in spec
files.  This helps in building new spec files.

Author: Alexander Shulgin, with some tweaks by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7ed36056751cc900418871b39595100cbb06de21

Modified Files
--------------
src/test/isolation/isolationtester.c |   73 +++++++++++++++++++++++++++++-----
1 files changed, 63 insertions(+), 10 deletions(-)