Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE. - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.
Date
Msg-id 20190319020130.GA2899@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.
Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.
List pgsql-committers
On Mon, Mar 18, 2019 at 09:53:23PM -0400, Tom Lane wrote:
> The buildfarm's not too happy with this, which I suspect traces
> to the fact that you neglected to fix copyfuncs.c and equalfuncs.c.

If you use -DDCOPY_PARSE_PLAN_TREES -DRAW_EXPRESSION_COVERAGE_TEST, I
am pretty sure that you will be able to reproduce those failures.  See
calliphoridae (still don't know how to pronounce that without
wikipedia-sensei):
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=calliphoridae&dt=2019-03-18%2022%3A19%3A24
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix copyfuncs/equalfuncs support for VacuumStmt.