HotStandby-Patch and WAL_DEBUG

Started by Bernd Helmlealmost 17 years ago2 messages
#1Bernd Helmle
mailings@oopsware.de

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

Bernd

#2Simon Riggs
simon@2ndQuadrant.com
In reply to: Bernd Helmle (#1)
Re: HotStandby-Patch and WAL_DEBUG

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