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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.
Дата
Msg-id 20190319020130.GA2899@paquier.xyz
обсуждение исходный текст
Ответ на Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.  (Masahiko Sawada <sawada.mshk@gmail.com>)
Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список 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

Вложения

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Revise parse tree representation for VACUUM and ANALYZE.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix copyfuncs/equalfuncs support for VacuumStmt.