neilc(at)svr1(dot)postgresql(dot)org (Neil Conway) writes:
> As a result of the warning change, 25 of the regression tests had to
> be updated. I also took the opportunity to remove some bogus whitespace
> differences between some of the float4 and float8 variants. I believe
> I have correctly updated all the platform-specific variants, but let
> me know if that's not the case.
See the build farm results ... pink all over :-(
FWIW, I've had pretty good luck with the following approach to updating
multiple regression test file variants:
1. generate new version on my own platform
2. diff oldexpectedfile newexpectedfile >zzz
3. use "patch" to apply zzz to each of the other variants
This is not perfect of course but it often helps.
regards, tom lane
In response to
Responses
pgsql-committers by date
| Next: | From: Neil Conway | Date: 2005-04-07 04:50:03 |
| Subject: Re: pgsql: Add a "USING" clause to DELETE, which is |
| Previous: | From: Neil Conway | Date: 2005-04-07 03:31:42 |
| Subject: pgsql: Minor documentation tweak. |