DROP TRANSFORM parsetree representation is no good - Mailing list pgsql-hackers

From Tom Lane
Subject DROP TRANSFORM parsetree representation is no good
Date
Msg-id 10485.1431912669@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
Running the regression tests with -DCOPY_PARSE_PLAN_TREES reveals that
DROP TRANSFORM parse trees fail to be copiable:

regression=# DROP TRANSFORM IF EXISTS FOR fake_type LANGUAGE plperl;
ERROR:  unrecognized node type: 1701866608

I've not tracked down the exact reason, but it kinda looks like the
"argument" field has been filled with a list of bare C strings, not
a list of String nodes which is what it'd have to be to work here.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Bug in jsonb minus operator
Next
From: Tom Lane
Date:
Subject: dromedary is now using -DCOPY_PARSE_PLAN_TREES