[HACKERS] outfuncs.c utility statement support - Mailing list pgsql-hackers

From Peter Eisentraut
Subject [HACKERS] outfuncs.c utility statement support
Date
Msg-id 7006f936-4301-25f3-0a6e-52ee9ab18280@2ndquadrant.com
Whole thread Raw
Responses Re: [HACKERS] outfuncs.c utility statement support  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [HACKERS] outfuncs.c utility statement support  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
While debugging some other stuff, I was wondering to what extent node
types supporting utility statements should be supported in outfuncs.c.
Running with --debug-print-parse=on, executing

create table test1 (a int, b text);

gives output that is truncated somewhere in the middle (possibly a null
byte), and

drop table test1;

shows (among other things)

:utilityStmt ?

Is there a way to check that everything that needs to be there is there
and that the stuff that is there works correctly or is reachable at all?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [HACKERS] macOS Sierra & System Integrity Protection
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] macOS Sierra & System Integrity Protection