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

2016-05-18 Thread Mikael Kjellström
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 As that is my animal I will take a

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

2016-05-17 Thread Tom Lane
Teodor Sigaev 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]

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

2016-05-17 Thread Teodor Sigaev
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