Re: Can't compile with profiling after BRINautosummarization - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Can't compile with profiling after BRINautosummarization
Date
Msg-id 20170403211352.ptycmsxakx3r53av@alvherre.pgsql
Whole thread Raw
In response to Can't compile with profiling after BRIN autosummarization  (Jeff Janes <jeff.janes@gmail.com>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: WIP: [[Parallel] Shared] Hash
Next
From: Alvaro Herrera
Date:
Subject: Re: Can't compile with profiling after BRINautosummarization