mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 03:11:02 -05:00
parent
995b4fe0b1
commit
1f8f144fe3
1 changed files with 1 additions and 2 deletions
|
|
@ -4756,7 +4756,7 @@ l3:
|
|||
uint16 infomask;
|
||||
uint16 infomask2;
|
||||
bool require_sleep;
|
||||
bool skip_tuple_lock;
|
||||
bool skip_tuple_lock = false;
|
||||
ItemPointerData t_ctid;
|
||||
|
||||
/* must copy state data before unlocking buffer */
|
||||
|
|
@ -4782,7 +4782,6 @@ l3:
|
|||
if (first_time)
|
||||
{
|
||||
first_time = false;
|
||||
skip_tuple_lock = false;
|
||||
|
||||
if (infomask & HEAP_XMAX_IS_MULTI)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue