Re: WAL format and API changes (9.5)

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>, Abhijit Menon-Sen <ams(at)2ndQuadrant(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(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-17 13:38:13
Message-ID: 5469FA45.7090202@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/17/2014 03:22 PM, Heikki Linnakangas wrote:
> Here is an updated version of the patch. It's rebased over current
> master, and fixes a bunch of issues you and Michael pointed out, and a
> ton of other cleanup.

That patch had two extra, unrelated patches applied to it. One to use
the Intel CRC instruction for the CRC calculation, and another to speed
up PageRepairFragmentation, by replacing the pq_qsort() call with a
custom sort algorithm. Sorry about that. (the latter is something that
showed up very high in a perf profile of replaying the WAL generated by
pgbench - I'll start a new thread about that)

Here is the same patch without those extra things mixed in.

- Heikki

Attachment Content-Type Size
wal-format-and-api-changes-11.patch.gz application/gzip 106.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sawada Masahiko 2014-11-17 14:07:46 Re: Proposal : REINDEX SCHEMA
Previous Message Alvaro Herrera 2014-11-17 13:36:42 Re: [GSoC2014] Patch ALTER TABLE ... SET LOGGED