Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statements

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 787102b5637389b10c220b08992a6a064ac319c6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Committer: Peter Eisentraut <peter@eisentraut.org>
Date: 2022-09-26T14:32:16Z
Releases: 16.0
Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statements

This was previously disabled because we lacked outfuncs/readfuncs
support for most utility statement types.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/4159834.1657405226@sss.pgh.pa.us

Files

PathChange+/−
src/backend/tcop/postgres.c modified +11 −21

Discussion