Re: pgsql: Prevent invalidation of newly synced replication slots.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Amit Kapila <akapila@postgresql.org>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-01-27T15:49:39Z
Lists: pgsql-hackers
I wrote: > Robert Haas <robertmhaas@gmail.com> writes: >> This commit has broken CI for me. > Hmm, I wonder why the buildfarm seems fine with it ... I'm prepared > to believe a Windows-only problem, but at least hamerkop has run > since 851f664. D'oh: hamerkop doesn't run any TAP tests, let alone ones that require --enable-injection-points. So that success proves nothing. Our other Windows animals (drongo, fairywren, unicorn) seem to be configured with -Dtap_tests=enabled, but nothing about injection points, so they will also skip 046_checkpoint_logical_slot. Seems like a bit of a blind spot in the buildfarm. regards, tom lane
Commits
-
Fix CI failure introduced in commit 851f6649cc.
- 1c60f7236368 18.2 landed
- 3a98f989e8e5 19 (unreleased) landed
- 9649f1adfdee 17.8 landed
-
Prevent invalidation of newly synced replication slots.
- 851f6649cc18 19 (unreleased) cited
-
Prevent invalidation of newly created replication slots.
- 006dd4b2e5b3 19 (unreleased) cited