Re: pgsql: Make RecordTransactionCommit() respect wal_level.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Make RecordTransactionCommit() respect wal_level.
Date: 2010-08-25 11:23:33
Message-ID: 1282735413.3865.282.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, 2010-08-13 at 15:42 +0000, Robert Haas wrote:
> Log Message:
> -----------
> Make RecordTransactionCommit() respect wal_level.
>
> Since the only purpose of WAL-loggin SharedInvalidationMessages is to support
> Hot Standby operation, they needn't be included when wal_level < hot_standby.
>
> Back-patch to 9.0.
>
> Review by Heikki Linnakanagas and Fujii Masao.

Patch looks fine to me.

--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Training and Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-08-25 11:50:41 Re: pgsql: Correct sundry errors in Hot Standby-related comments.
Previous Message User Itagaki 2010-08-25 10:25:49 pgbulkload - pgbulkload: Workaround for RelFileNodeBackend in 9.1.