Re: WAL format and API changes (9.5) - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: WAL format and API changes (9.5)
Date
Msg-id 5461CCC4.2080209@vmware.com
Whole thread Raw
In response to Re: WAL format and API changes (9.5)  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: WAL format and API changes (9.5)  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On 11/11/2014 09:39 AM, Michael Paquier wrote:
> On Tue, Nov 11, 2014 at 4:29 AM, Heikki Linnakangas <hlinnakangas@vmware.com
>> wrote:
>
>> Attached is a new version. It's rebased on current git master, including
>> BRIN. I've also fixed the laundry list of small things you reported, as
>> well as a bunch of bugs I uncovered during my own testing.
>
> This patch needs a small rebase, it has been broken by a590f266 that fixed
> WAL replay for brin indexes:
> patching file src/backend/access/brin/brin_xlog.c
> Hunk #2 FAILED at 42.
> Hunk #3 FAILED at 91.
> This will facilitate testing as well.

Here's a rebased patch. No other changes.

- Heikki


Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: using custom scan nodes to prototype parallel sequential scan
Next
From: Rahila Syed
Date:
Subject: Re: [REVIEW] Re: Compression of full-page-writes