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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.
Date: 2019-03-19 01:53:23
Message-ID: 13988.1552960403@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Robert Haas <rhaas(at)postgresql(dot)org> writes:
> Revise parse tree representation for VACUUM and ANALYZE.

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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-03-19 02:01:30 Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.
Previous Message Andrew Gierth 2019-03-19 01:38:22 pgsql: Implement OR REPLACE option for CREATE AGGREGATE.