Change ReplicationSlotPersistentData's "synced" member to a bool.

Nathan Bossart <nathan@postgresql.org>

Commit: 510777a2d56b5de5f55d3e995c0d0242eb630eb1
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2025-09-02T21:53:54Z
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>

Files

PathChange+/−
src/include/replication/slot.h modified +1 −1