Re: Is WAL_DEBUG related code still relevant today?
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Noah Misch <noah@leadboat.com>
Cc: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, Nathan Bossart <nathandbossart@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-12-06T06:00:46Z
Lists: pgsql-hackers
On Mon, Dec 04, 2023 at 10:14:36AM +0900, Michael Paquier wrote: > I can add the flag in one of my nix animals if we don't have any to > provide minimal coverage, that's not an issue for me. I'd suggest to > just fix the build on Windows, this flag is a low maintenance burden. Hearing nothing about that, I've reproduced the failure, checked that the proposed fix is OK, and applied it down to 13 where this was introduced. Regarding the tests, like Noah, I am not really sure that it is worth spending resources on fixing as they'd require wal_debug = on to break. -- Michael
Commits
-
Remove trace_recovery_messages
- c7a3e6b46d38 17.0 landed
-
Fix compilation on Windows with WAL_DEBUG
- 7d5a740331bf 13.14 landed
- c49b6cab1e66 14.11 landed
- 87ed81a8739b 15.6 landed
- 6248a2bb92cc 16.2 landed
- 7636725b922c 17.0 landed