Log Message:
---
This maneuver really requires a comment ...
Modified Files:
--
pgsql/src/backend/utils/adt:
trigfuncs.c (r1.4 -> r1.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/trigfuncs.c?r1=1.4&r2=1.5)
--
Sent via pgsql-comm
Log Message:
---
change fix for suppress_redundant_updates_trigger() where relation has Oids, to
only apply if present Oid is invalid, per second thought from TGL
Modified Files:
--
pgsql/src/backend/utils/adt:
trigfuncs.c (r1.3 -> r1.4)
(http://anoncvs.po
Log Message:
---
fix suppress_redundant_updates_trigger() where relation has Oids, per gripe
from KaiGai Kohei
Modified Files:
--
pgsql/src/backend/utils/adt:
trigfuncs.c (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/
Log Message:
---
Makefile, the making of which will generate a pkgIndex.tcl file and the
make installing of which will create a library of the Postgres helpers that
can be package required.
Added Files:
---
libpgtcl/playpen/pghelpers:
Makefile (r1.1)
(http://cv
Log Message:
---
A few additional test cases for array functionality
Modified Files:
--
pgsql/src/test/regress/expected:
arrays.out (r1.41 -> r1.42)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/arrays.out?r1=1.41&r2=1.42)
pg