Peter Eisentraut <[email protected]> writes: > While we're considering the pg_regress output, what do you think about > replacing the ======... separator with a standard diff separator like > "diff %s %s %s\n". This would make the file behave more like a proper > diff file, for use with other tools. And it shows the diff options > used, for clarity. See attached patch.
I'm confused by this patch. Doesn't moving the diff call like that
break the logic completely?
regards, tom lane
