1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add expected isolationtester output when prepared xacts are disabled

This was deemed unnecessary initially but in later discussion it was
agreed otherwise.

Original file from Kevin Grittner, allegedly from Dan Ports.
I had to clean up whitespace a bit per changes from Heikki.
This commit is contained in:
Alvaro Herrera
2011-08-25 17:35:57 -03:00
parent ecf248737a
commit 28190bacfd
2 changed files with 41529 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,10 +9,6 @@ test: ri-trigger
test: partial-index test: partial-index
test: two-ids test: two-ids
test: multiple-row-versions test: multiple-row-versions
# Ignore failure from prepared-transactions test, because it fails if
# prepared transactions are disabled in the server. It should pass if they're
# enabled, however.
ignore: prepared-transactions
test: prepared-transactions test: prepared-transactions
test: fk-contention test: fk-contention
test: fk-deadlock test: fk-deadlock