pgsql: Strip whitespace from SQL blocks in the isolation test suite. Th

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Strip whitespace from SQL blocks in the isolation test suite. Th
Дата
Msg-id E1Qu36a-0000Bw-F9@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/89c096c56542cdd7355925f826b3c67dc5265155

Modified Files
--------------
.../isolation/expected/classroom-scheduling.out    |  240 +-
.../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 +-
12 files changed, 2942 insertions(+), 2942 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Report libpq errors correctly if session setup or teardown steps
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Make lazy_vacuum_rel call pg_rusage_init only if needed.