Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
Date
Msg-id 20211125010145.fqt4mlkhzyiz4wvw@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-committers
Hi,

On 2021-11-24 15:12:06 -0800, Andres Freund wrote:
> This fails when building with WAL_DEBUG. There's remaining Read/EndRecPtr
> references in #ifdef WAL_DEBUG sections...

Pushed the obvious fix for that. Somehow thought I'd seen more compile failure
than the one WAL_DEBUG...



pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Replace straggling uses of ReadRecPtr/EndRecPtr.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix fstat() emulation on Windows with standard streams