]> granicus.if.org Git - postgresql/commit
Remove -w (--ignore-all-space) option from pg_regress's diff calls.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Nov 2009 17:54:23 +0000 (17:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Nov 2009 17:54:23 +0000 (17:54 +0000)
commitce3153fa93eee77caf08ac554907abc08af44244
treeea54d5e96a4a9cd5d553ea6932f65f6452cfb84e
parent997a6a278f6d2e0b64edae2b9a7313f2d6602cd7
Remove -w (--ignore-all-space) option from pg_regress's diff calls.

We have used -w for a long time as a means of reducing the reported diff
volume when one element of a result table isn't of the expected width.
However, most of the time the results just pass anyway, so this isn't as
important as it once was.  Meanwhile, the risk of missing potentially
significant deviations has gone up, particularly with psql's ability to
report error cursor positions.  So, let's switch over to space-sensitive
comparisons.  Per my proposal of yesterday.

(All the expected files that I can test here seem to be ready for this
already, but we'll see what the buildfarm thinks about others.)
src/test/regress/pg_regress.c