Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Robert Haas <rhaas(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.
Date: 2019-03-19 02:01:30
Message-ID: 20190319020130.GA2899@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2019-03-19 03:23:47 pgsql: Fix copyfuncs/equalfuncs support for VacuumStmt.
Previous Message Tom Lane 2019-03-19 01:53:23 Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.