pgsql: Fix compilation with WAL_DEBUG. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix compilation with WAL_DEBUG.
Date
Msg-id E1ncLdL-000h7x-5v@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Custom WAL Resource Managers.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: pgstat: store statistics in shared memory.