Re: Safeguards against incorrect fd flags for fsync()
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Banck <mbanck@gmx.net>
Cc: Michael Paquier <michael@paquier.xyz>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-06-24T14:13:00Z
Lists: pgsql-hackers
Michael Banck <mbanck@gmx.net> writes: > Is removing the debug_parallel_query=on configuration for HEAD a valid > mode of operation for a buildfarm animal? I ran the tests 10 times in a > row without issues today. Sure, especially on slower machines. It's pretty much owner's option whether to use that. regards, tom lane
Commits
-
Make safeguard against incorrect flags for fsync more portable.
- d0a695cf41de 13.22 landed
- 71d71ac4d1bb 14.19 landed
- 0fb496c704fc 15.14 landed
- 45c5276628d1 18.0 landed
- 3a2617e4f0be 16.10 landed
- 29c54ea7b49c 17.6 landed
- 29213636e6cd 19 (unreleased) landed
-
Add safeguards for pg_fsync() called with incorrectly-opened fds
- 12198239c0a5 13.0 landed