Re: [COMMITTERS] pgsql: Allocate all page images at once in generic wal interface

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)postgresql(dot)org, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Allocate all page images at once in generic wal interface
Date: 2016-05-17 19:50:35
Message-ID: 573B760B.2000902@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

> Allocate all page images at once in generic wal interface
>
> That reduces number of allocation.
>
> Per gripe from Michael Paquier and Tom Lane suggestion.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/7c979c95a3700d0bd34c2831f49a9260d505b0f9
>
> Modified Files
> --------------
> src/backend/access/transam/generic_xlog.c | 19 +++++++++----------
> 1 file changed, 9 insertions(+), 10 deletions(-)

Seems, this patch isn't liked by curculio [1] buildfarm member, but I'm confused
with diagnostics:
2016-05-17 21:43:19.489 CEST [573b7457.547c:3] LOG: statement: CREATE EXTENSION
bloom;
2016-05-17 21:43:19.501 CEST [573b7457.547c:4] ERROR: syntax error in file
"/home/pgbf/buildroot/HEAD/inst/share/postgresql/extension/bloom.control" line
1, near token ""

Could somebody explain me what's going on?

Thank you

[1]
http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=curculio&dt=2016-05-17+19%3A30%3A09
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-05-17 21:01:24 pgsql: Avoid possible crash in contrib/bloom's blendscan().
Previous Message Teodor Sigaev 2016-05-17 19:09:47 pgsql: Allocate all page images at once in generic wal interface

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2016-05-17 20:33:15 Re: Reviewing freeze map code
Previous Message Alvaro Herrera 2016-05-17 19:32:08 Re: Reviewing freeze map code