pgsql: Fix copyfuncs/equalfuncs support for VacuumStmt.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix copyfuncs/equalfuncs support for VacuumStmt.
Date: 2019-03-19 03:23:47
Message-ID: E1h65Lv-0006Ty-GN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix copyfuncs/equalfuncs support for VacuumStmt.

Commit 6776142a07afb4c28961f27059d800196902f5f1 failed to do this,
and the buildfarm broke.

Patch by me, per advice from Tom Lane and Michael Paquier.

Discussion: http://postgr.es/m/13988.1552960403@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/53680c116ce8c501e4081332d32ba0e93aa1aaa2

Modified Files
--------------
src/backend/nodes/copyfuncs.c | 3 ++-
src/backend/nodes/equalfuncs.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2019-03-19 06:40:07 Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.
Previous Message Michael Paquier 2019-03-19 02:01:30 Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.