Re: Can't compile with profiling after BRINautosummarization

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Can't compile with profiling after BRINautosummarization
Дата
Msg-id 20170403211352.ptycmsxakx3r53av@alvherre.pgsql
обсуждение исходный текст
Ответ на Can't compile with profiling after BRIN autosummarization  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
Jeff Janes wrote:

> This git bisects down to:
> 
> commit 7526e10224f0792201e99631567bbe44492bbde4
> Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
> Date:   Sat Apr 1 14:00:53 2017 -0300
> 
>     BRIN auto-summarization
> 
> The lines are:
> 
> extern void AutoVacuumRequestWork(AutoVacuumWorkItemType type,
>                       Oid relationId, BlockNumber blkno);

Oh, of course: the BlockNumber typedef is not #included by autovacuum.h.
Mea culpa -- will fix.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: WIP: [[Parallel] Shared] Hash
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Can't compile with profiling after BRINautosummarization