]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix compilation on Windows with WAL_DEBUG
authorMichael Paquier <michael@paquier.xyz>
Wed, 6 Dec 2023 05:11:46 +0000 (14:11 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 6 Dec 2023 05:11:46 +0000 (14:11 +0900)
commitc49b6cab1e666dd4f2e3bd38c4d2dbba9a560df6
tree18b2f2c1a5e836538c620a7e3c4a223a48d4ba53
parent376eaa45a2b8a2aed45b26e5fc889d2cb70ec6a7
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
src/backend/access/transam/xlog.c