Change ReplicationSlotPersistentData's "synced" member to a bool.
authorNathan Bossart <nathan@postgresql.org>
Tue, 2 Sep 2025 21:53:54 +0000 (16:53 -0500)
committerNathan Bossart <nathan@postgresql.org>
Tue, 2 Sep 2025 21:53:54 +0000 (16:53 -0500)
commit510777a2d56b5de5f55d3e995c0d0242eb630eb1
treed0f1cd4f7d0c6ba7dff9c947cfb2227a9859a6a9
parent1b1960c8c9e81171efabdd9e3393b4eec1ffc477
Change ReplicationSlotPersistentData's "synced" member to a bool.

Note that this doesn't require bumping SLOT_VERSION because we
require sizeof(bool) == 1, thanks to commit 97525bc5c8.

Overight in commit ddd5f4f54a.

Discussion: Ranier Vilela <ranier.vf@gmail.com>
src/include/replication/slot.h