Re: Can't compile with profiling after BRIN autosummarization

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Can't compile with profiling after BRIN autosummarization
Date: 2017-04-03 21:15:34
Message-ID: 20170403211534.z6jgmfrqlzo2svzd@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jeff Janes wrote:

> A newer gcc gave a better error message which lead me to add the line:
>
> #include "storage/block.h" /* for typedef BlockNumber */
>
> into autovacuum.h, which fixes the problem.

Ah, Peter already fixed it.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-04-03 21:17:41 Re: PATCH: recursive json_populate_record()
Previous Message Alvaro Herrera 2017-04-03 21:13:53 Re: Can't compile with profiling after BRIN autosummarization