pgsql: Add missing copyfuncs/equalfuncs support for - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add missing copyfuncs/equalfuncs support for
Date
Msg-id 20080207201948.17C95754108@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: dim@pgfoundry.org (User Dim)
Date:
Subject: pgloader - pgloader: Fix -F which was broken from logging facility
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Some variants of ALTER OWNER tried to make the "object" field of