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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>, mikael(dot)kjellstrom(at)gmail(dot)com
Subject: Re: Re: [COMMITTERS] pgsql: Allocate all page images at once in generic wal interface
Date: 2016-05-17 21:48:57
Message-ID: 12649.1463521737@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
> 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?

That seems entirely unrelated to what you changed, and curculio's next
run failed even more bizarrely:

commands/explain.o: could not read symbols: File format not recognized
collect2: ld returned 1 exit status

It looks to me like that machine is suffering disk or filesystem
problems.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Mikael Kjellström 2016-05-18 06:03:17 Re: Re: [COMMITTERS] pgsql: Allocate all page images at once in generic wal interface
Previous Message Tom Lane 2016-05-17 21:01:24 pgsql: Avoid possible crash in contrib/bloom's blendscan().

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-05-17 22:08:28 Re: foreign table batch inserts
Previous Message Gavin Flower 2016-05-17 21:47:24 Re: Reviewing freeze map code