mirror of
https://github.com/postgres/postgres.git
synced 2025-05-20 00:03:14 -04:00
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
This commit is contained in:
parent
c1dd3a9443
commit
f1ef111a09
@ -434,7 +434,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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user