Re: WAL format and API changes (9.5)

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: WAL format and API changes (9.5)
Date: 2014-11-11 08:45:56
Message-ID: 5461CCC4.2080209@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/11/2014 09:39 AM, Michael Paquier wrote:
> On Tue, Nov 11, 2014 at 4:29 AM, Heikki Linnakangas <hlinnakangas(at)vmware(dot)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 Content-Type Size
wal-format-and-api-changes-8.patch.gz application/gzip 92.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rahila Syed 2014-11-11 09:18:12 Re: [REVIEW] Re: Compression of full-page-writes
Previous Message Simon Riggs 2014-11-11 08:29:48 Re: using custom scan nodes to prototype parallel sequential scan