• Tom Lane's avatar
    Use unaligned output in selected regression queries to reduce diff noise. · 9c339eb4
    Tom Lane authored
    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
    9c339eb4
rules.out 101 KB