Change ReplicationSlotPersistentData's "synced" member to a bool.
Nathan Bossart <nathan@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/include/replication/slot.h | modified | +1 −1 |