pgsql: Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statemen

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statemen
Date: 2022-09-26 14:40:12
Message-ID: E1ocpHI-0026Z0-4G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/4159834(dot)1657405226(at)sss(dot)pgh(dot)pa(dot)us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/787102b5637389b10c220b08992a6a064ac319c6
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>

Modified Files
--------------
src/backend/tcop/postgres.c | 32 +++++++++++---------------------
1 file changed, 11 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-09-26 18:19:38 pgsql: Doc: further adjust notes about pg_upgrade_output.d.
Previous Message Peter Eisentraut 2022-09-26 14:15:29 pgsql: Don't lose precision for float fields of Nodes.