Re: pgsql: Improve runtime and output of tests for replication slots checkp

2025-06-22 Thread Michael Paquier
On Sat, Jun 21, 2025 at 08:56:50PM -0400, Tom Lane wrote: > Hmm. My theory about what's happening is that we are writing a WAL > record that spans across a page boundary, and the asynchronous > immediate-stop request comes in and kills that operation, so that > the first half of the record is on d

pgsql: meson: Fix meson warning

2025-06-22 Thread Peter Eisentraut
meson: Fix meson warning WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in meson 2.0. Introduced by commit bc46104fc9a. (This only happens in the msvc branch. All the other run_co

pgsql: meson: Fix meson warning

2025-06-22 Thread Peter Eisentraut
meson: Fix meson warning WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in meson 2.0. Introduced by commit bc46104fc9a. (This only happens in the msvc branch. All the other run_co

pgsql: meson: Fix meson warning

2025-06-22 Thread Peter Eisentraut
meson: Fix meson warning WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in meson 2.0. Introduced by commit bc46104fc9a. (This only happens in the msvc branch. All the other run_co