]> granicus.if.org Git - postgresql/commit
Use unaligned output in selected regression queries to reduce diff noise.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Oct 2013 15:24:04 +0000 (11:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Oct 2013 15:24:04 +0000 (11:24 -0400)
commit9c339eb4f853e44c462f53587f69e4a11e89c09b
treedfd9e0203f6c144d7687edc8e17d405302a9ab54
parent9f9d9b51f068a19ad243fd8fe500c9970999db9b
Use unaligned output in selected regression queries to reduce diff noise.

The rules regression test prints all known views and rules, which is a set
that changes regularly.  Previously, a change in one rule would frequently
lead to whitespace changes across the entire output of this query, which is
painful to verify and causes undesirable conflicts between unrelated patch
sets.  Use \a mode to improve matters.  Also use \t mode to suppress the
total-rows count, which was also a source of unnecessary patch conflicts.

Likewise modify the output mode for the list of indexed tables generated
in sanity_check.sql.  There might be other places where we should use this
idea, but these are the ones that have caused the most problems.

Andres Freund
src/test/regress/expected/rules.out
src/test/regress/expected/sanity_check.out
src/test/regress/sql/rules.sql
src/test/regress/sql/sanity_check.sql