Обсуждение: pgsql: Change ReplicationSlotPersistentData's "synced" member to a bool

Поиск
Список
Период
Сортировка

pgsql: Change ReplicationSlotPersistentData's "synced" member to a bool

От
Nathan Bossart
Дата:
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>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/510777a2d56b5de5f55d3e995c0d0242eb630eb1

Modified Files
--------------
src/include/replication/slot.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)