From: Heikki Linnakangas Date: Mon, 10 Mar 2025 16:54:58 +0000 (+0200) Subject: Fix a few more redundant calls of GetLatestSnapshot() X-Git-Tag: REL_16_9~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=324e0b656b4bc90bf64559cd9610542613211f20;p=thirdparty%2Fpostgresql.git Fix a few more redundant calls of GetLatestSnapshot() Commit 2367503177 fixed this in RelationFindReplTupleByIndex(), but I missed two other similar cases. Per report from Ranier Vilela. Discussion: https://www.postgresql.org/message-id/CAEudQArUT1dE45WN87F-Gb7XMy_hW6x1DFd3sqdhhxP-RMDa0Q@mail.gmail.com Backpatch-through: 13 --- diff --git a/src/backend/executor/execReplication.c b/src/backend/executor/execReplication.c index 603af4eabe1..61ddbe548f3 100644 --- a/src/backend/executor/execReplication.c +++ b/src/backend/executor/execReplication.c @@ -393,7 +393,7 @@ retry: PushActiveSnapshot(GetLatestSnapshot()); - res = table_tuple_lock(rel, &(outslot->tts_tid), GetLatestSnapshot(), + res = table_tuple_lock(rel, &(outslot->tts_tid), GetActiveSnapshot(), outslot, GetCurrentCommandId(false), lockmode,