HotStandby-Patch and WAL_DEBUG
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
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