Re: WAL logging problem in 9.4.3? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: WAL logging problem in 9.4.3?
Date
Msg-id 20151021145344.GW3391@alvherre.pgsql
Whole thread Raw
In response to Re: WAL logging problem in 9.4.3?  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: WAL logging problem in 9.4.3?  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Heikki Linnakangas wrote:

> Thanks. For comparison, I wrote a patch to implement what I had in mind.
> 
> When a WAL-skipping COPY begins, we add an entry for that relation in a
> "pending-fsyncs" hash table. Whenever we perform any action on a heap that
> would normally be WAL-logged, we check if the relation is in the hash table,
> and skip WAL-logging if so.

I think this wasn't applied, was it?

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Wesley Massuda
Date:
Subject: Suporting multiple recursive table reads
Next
From: Robbie Harwood
Date:
Subject: Re: [PATCH v3] GSSAPI encryption support