Thread: pgsql: Add missing copyfuncs/equalfuncs support for

pgsql: Add missing copyfuncs/equalfuncs support for

From
tgl@postgresql.org (Tom Lane)
Date:
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)