Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
Date: 2021-11-25 01:01:45
Message-ID: 20211125010145.fqt4mlkhzyiz4wvw@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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...

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-11-25 03:17:59 pgsql: Fix fstat() emulation on Windows with standard streams
Previous Message Andres Freund 2021-11-25 01:01:16 pgsql: Replace straggling uses of ReadRecPtr/EndRecPtr.

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2021-11-25 01:15:59 Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?)
Previous Message Jeff Davis 2021-11-25 00:30:06 Re: Non-superuser subscription owners