pgsql: Change ReplicationSlotPersistentData's "synced" member to a bool - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Change ReplicationSlotPersistentData's "synced" member to a bool
Date
Msg-id E1utYxa-000DJS-02@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: noreply@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL_18_RC1 was created
Next
From: Fujii Masao
Date:
Subject: pgsql: Add HINT for COPY TO when WHERE clause is used.