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

From Robert Haas
Subject Re: WAL logging problem in 9.4.3?
Date
Msg-id CA+TgmobUs0unpdZF=nMhOGGX9EkxBH8ZzpAJi8FBsqrPyyJXOQ@mail.gmail.com
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?  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On Wed, Jul 22, 2015 at 12:21 PM, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
>
> This is more invasive than I'd like to backpatch, but I think it's the
> simplest approach that works, and doesn't disable any of the important
> optimizations we have.

Hmm, isn't HeapNeedsWAL() a lot more costly than RelationNeedsWAL()?
Should we be worried about that?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Autonomous Transaction is back
Next
From: Robert Haas
Date:
Subject: Re: Autonomous Transaction is back