pgsql: Use unaligned output in another regression test query to reduce

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use unaligned output in another regression test query to reduce
Date: 2014-06-03 10:19:45
Message-ID: E1Wrlon-0000Nr-Uf@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use unaligned output in another regression test query to reduce diff noise.

Use the unaligned/no rowcount output mode in a regression tests that
shows all built-in leakproof functions. Currently a new leakproof
function will often change the alignment of all existing functions,
making it hard to see the actual difference and creating unnecessary
patch conflicts.

Noticed while looking over a patch introducing new leakproof functions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5eebb8d954adf9d600b1a157682539db1e8a3ada

Modified Files
--------------
src/test/regress/expected/create_function_3.out | 466 ++++++++++++-----------
src/test/regress/sql/create_function_3.sql | 9 +
2 files changed, 243 insertions(+), 232 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-06-03 12:30:12 pgsql: Set the process latch when processing recovery conflict interrup
Previous Message Bruce Momjian 2014-06-02 20:18:48 pgsql: doc: fix JSON function prototype variable label