pgsql: Update FK alternative test output to new whitespace rules - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Update FK alternative test output to new whitespace rules
Date
Msg-id E1QwL6R-0006IO-Su@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update FK alternative test output to new whitespace rules

With these changes, the isolation tests pass again on isolation levels
serializable and repeatable read.

Author: Kevin Grittner

Branch
------
master

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

Modified Files
--------------
src/test/isolation/expected/fk-deadlock2_1.out |  132 ++++++++++++------------
src/test/isolation/expected/fk-deadlock2_2.out |  132 ++++++++++++------------
src/test/isolation/expected/fk-deadlock_1.out  |   84 ++++++++--------
3 files changed, 174 insertions(+), 174 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS
Next
From: Tom Lane
Date:
Subject: pgsql: Fix pgstatindex() to give consistent results for empty indexes.