| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add missing copyfuncs/equalfuncs support for |
| Date: | 2008-02-07 20:19:48 |
| Message-ID: | 20080207201948.17C95754108@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and
AlterTSConfigurationStmt. All utility statement node types are expected
to be supported here, though they do not have to have outfuncs/readfuncs
support. Found by running regression tests with COPY_PARSE_PLAN_TREES
enabled.
Modified Files:
--------------
pgsql/src/backend/nodes:
copyfuncs.c (r1.387 -> r1.388)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/copyfuncs.c?r1=1.387&r2=1.388)
equalfuncs.c (r1.317 -> r1.318)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/equalfuncs.c?r1=1.317&r2=1.318)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2008-02-07 21:07:55 | pgsql: Some variants of ALTER OWNER tried to make the "object" field of |
| Previous Message | User Dim | 2008-02-07 19:04:21 | pgloader - pgloader: Fix -F which was broken from logging facility |