[COMMITTERS] pgsql: This maneuver really requires a comment ...

2008-11-05 Thread Tom Lane
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

[COMMITTERS] pgsql: change fix for suppress_redundant_updates_trigger() where

2008-11-05 Thread Andrew Dunstan
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

[COMMITTERS] pgsql: fix suppress_redundant_updates_trigger() where relation has Oids,

2008-11-05 Thread Andrew Dunstan
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/

[COMMITTERS] pgtcl - libpgtcl: Makefile, the making of which will generate a

2008-11-05 Thread User Karl
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

[COMMITTERS] pgsql: A few additional test cases for array functionality

2008-11-05 Thread Peter Eisentraut
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