[COMMITTERS] pgsql: Don't build full initial logical decoding snapshot ifNOEXPORT_S - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Don't build full initial logical decoding snapshot ifNOEXPORT_S
Date
Msg-id E1d3sMf-00018O-Hf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't build full initial logical decoding snapshot if NOEXPORT_SNAPSHOT.

Earlier commits (56e19d938dd14 and 2bef06d5164) make it cheaper to
create a logical slot if not exporting the initial snapshot.  If
NOEXPORT_SNAPSHOT is specified, we can skip the overhead, not just
when creating a slot via sql (which can't export snapshots).  As
NOEXPORT_SNAPSHOT has only recently been introduced, this shouldn't be
backpatched.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ab9c43381ef7a7333086107847413e0b593854d0

Modified Files
--------------
src/backend/replication/walsender.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Don't use on-disk snapshots for exported logical decodingsnapsh
Next
From: Stephen Frost
Date:
Subject: [COMMITTERS] pgsql: Remove unnecessairly duplicated gram.y productions