Re: HotStandby-Patch and WAL_DEBUG

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Bernd Helmle <mailings(at)oopsware(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: HotStandby-Patch and WAL_DEBUG
Date: 2009-02-10 18:14:29
Message-ID: 1234289669.4500.926.camel@ebony.2ndQuadrant
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Tue, 2009-02-10 at 15:17 +0100, Bernd Helmle wrote:
> I'm currently testing HotStandby v9g.
>
> Seems like this patch version misses to update guc.c, which still
> references XLOG_DEBUG when compiled with WAL_DEBUG. This got replaced with
> XLOG_DEBUG_FLUSH, *_BGFLUSH and *_REDO, resulting in a compile error. Maybe
> we want to reflect those changes with new developer guc's?

Thanks, will fix. I was setting those directly inside the patch.

I'll just have separate ones for flush and redo. The distinction between
flush and bgflush is too narrow to be important.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2009-02-10 18:46:18 Re: [COMMITTERS] pgsql: Update autovacuum to use reloptions instead of a system catalog,
Previous Message Merlin Moncure 2009-02-10 18:06:23 Re: PQinitSSL broken in some use casesf