pgsql: Update FK alternative test output to new whitespace rules

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update FK alternative test output to new whitespace rules
Date: 2011-08-24 21:35:15
Message-ID: E1QwL6R-0006IO-Su@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-08-25 03:51:08 pgsql: Fix pgstatindex() to give consistent results for empty indexes.
Previous Message Tom Lane 2011-08-24 19:17:12 pgsql: Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS