Re: RULE regression test fragility? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: RULE regression test fragility?
Date
Msg-id 25381.1382620972@sss.pgh.pa.us
Whole thread Raw
In response to Re: RULE regression test fragility?  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: RULE regression test fragility?
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> FWIW, I've repeatedly now thought that it'd make maintaining/updating
> patches easier if we switched that query into unaligned tuple only (\a
> \t) mode. That would remove the frequent conflicts on the row count and
> widespread changes due to changed alignment.
> Alternatively we could just wrap the query in \copy ... CSV.

Hm ... yeah, it would be a good thing if changes in one view didn't so
frequently have ripple effects to the whole output.  Not sure which
format is best for that though.
        regards, tom lane



pgsql-hackers by date:

Previous
From: "ktm@rice.edu"
Date:
Subject: Re: CLUSTER FREEZE
Next
From: Andrew Dunstan
Date:
Subject: Re: Add min and max execute statement time in pg_stat_statement