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

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change ReplicationSlotPersistentData's "synced" member to a bool
Date: 2025-09-02 21:54:37
Message-ID: E1utYxa-000DJS-02@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)vf(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-09-02 23:37:41 pgsql: Add HINT for COPY TO when WHERE clause is used.
Previous Message noreply 2025-09-02 21:03:32 pgsql: Tag refs/tags/REL_18_RC1 was created