Log Message:
---
Add variant expected file to cope with different spelling of a Python
error message in Python 2.3 and before. Per Michael Fuhr and buildfarm
results.
Added Files:
---
pgsql/src/pl/plpython/expected:
plpython_error_1.out (r1.1)
(http://develope
Log Message:
---
With the interval/day patch, the horology regression test no longer
fails near DST transition days, so remove the advice about that testing
problem. Also improve the description of variant-comparison-file
selection.
Modified Files:
--
pgsql/doc/src/sgml:
Log Message:
---
Regenerate badly-obsolete README file.
Modified Files:
--
pgsql/src/test/regress:
README (r1.20 -> r1.21)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/README.diff?r1=1.20&r2=1.21)
---(end of br
Log Message:
---
Partial fixes for contrib build on AIX: include -lm where needed.
Per Rocco Altier.
Modified Files:
--
pgsql/contrib/cube:
Makefile (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/Makefile.diff?r1=1.12&r2=1.1
Log Message:
---
Change build of regress.so to use Makefile.shlib instead of depending
on the not-very-good .so pattern rules in the port-specific Makefiles.
(This leaves only pgxs' MODULES case needing those rules.) Also,
compile pgsleep.c locally and add it to regress.so to avoid failure
Log Message:
---
Awhile back we replaced all uses of strcasecmp and strncasecmp with
pg_strcasecmp and pg_strncasecmp ... but I see some of the former have
crept back in.
Eternal vigilance is the price of locale independence, apparently.
Modified Files:
--
pgsql/src/backend