Here are some patches to fix up the regression tests so that the union
Bruce Momjian <bruce@momjian.us>
Here are some patches to fix up the regression tests so that the union test passes. Interestingly, the fix involves no changes or special cases in the union test and actually removes a special case for the numerology test. Thus, following the strategy outlined below is a definite improvement over the previous situation. Cheers, Brook
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/float8-NetBSD.out | modified | +33 −41 |
| src/test/regress/expected/float8.out | modified | +24 −8 |
| src/test/regress/expected/numerology-NetBSD.out | modified | +0 −122 |
| src/test/regress/sql/float8.sql | modified | +26 −9 |