From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Strip whitespace from SQL blocks in the isolation test suite. Th |
Date: | 2011-08-18 14:10:45 |
Message-ID: | E1Qu3Iz-0000Qk-6F@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Strip whitespace from SQL blocks in the isolation test suite. This is purely
cosmetic, it removes a lot of IMHO ugly whitespace from the expected output.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/62fd1afc55368a2d4a15b60cda80bb5b1c594abc
Modified Files
--------------
.../isolation/expected/classroom-scheduling.out | 240 +-
src/test/isolation/expected/fk-contention.out | 18 +-
src/test/isolation/expected/fk-deadlock.out | 84 +-
src/test/isolation/expected/fk-deadlock2.out | 132 +-
.../isolation/expected/multiple-row-versions.out | 22 +-
src/test/isolation/expected/partial-index.out | 240 +-
src/test/isolation/expected/project-manager.out | 240 +-
src/test/isolation/expected/receipt-report.out | 2940 ++++++++++----------
.../isolation/expected/referential-integrity.out | 490 ++--
src/test/isolation/expected/ri-trigger.out | 100 +-
src/test/isolation/expected/simple-write-skew.out | 48 +-
.../expected/temporal-range-integrity.out | 240 +-
src/test/isolation/expected/total-cash.out | 240 +-
src/test/isolation/expected/two-ids.out | 1080 ++++----
src/test/isolation/specscanner.l | 4 +-
15 files changed, 3059 insertions(+), 3059 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-08-18 15:45:45 | pgsql: Explain max_prepared_transactions requirement in isolation tests |
Previous Message | Robert Haas | 2011-08-18 14:05:14 | pgsql: Make lazy_vacuum_rel call pg_rusage_init only if needed. |