pgsql: Fix compilation on Windows with WAL_DEBUG - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix compilation on Windows with WAL_DEBUG
Date
Msg-id E1rAkCv-008p88-Qf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix compilation on Windows with WAL_DEBUG

This has been broken since b060dbe0001a that has reworked the callback
mechanism of XLogReader, most likely unnoticed because any form of
development involving WAL happens on platforms where this compiles fine.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACVF14WKQMFwcJ=3okVDhiXpuK5f7YdT+BdYXbbypMHqWA@mail.gmail.com
Backpatch-through: 13

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6248a2bb92ccd4c591437c415775ab3b34c61d4c

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Apply filters to dump files all the time in 002_pg_upgrade.pl
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Use signal-safe functions in signal handler