Thread: pgsql: Fix compilation with WAL_DEBUG.

pgsql: Fix compilation with WAL_DEBUG.

From
Andres Freund
Date:
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(-)