pgsql: Fix compilation with WAL_DEBUG.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compilation with WAL_DEBUG.
Date: 2022-04-07 06:28:43
Message-ID: E1ncLdL-000h7x-5v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compilation with WAL_DEBUG.

Broke with 5c279a6d350. But looks like it had been half-broken since
70e81861fad, because 'rmid' didn't refer to the current record's rmid anymore,
but to rmid from "Initialize resource managers" - a constant.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3536b851adb275e2f49a80030111e84abc0736ba

Modified Files
--------------
src/backend/access/transam/xlogrecovery.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-04-07 06:35:27 Re: pgsql: pgstat: store statistics in shared memory.
Previous Message Michael Paquier 2022-04-07 06:28:19 Re: API stability [was: pgsql: Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.]