1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Silence compiler warning

Introduced in de87a084c0a5.
This commit is contained in:
Alvaro Herrera 2019-06-14 11:33:40 -04:00
parent 8de574aa8b
commit 744639739c

View File

@ -4610,7 +4610,7 @@ l3:
uint16 infomask; uint16 infomask;
uint16 infomask2; uint16 infomask2;
bool require_sleep; bool require_sleep;
bool skip_tuple_lock; bool skip_tuple_lock = false;
ItemPointerData t_ctid; ItemPointerData t_ctid;
/* must copy state data before unlocking buffer */ /* must copy state data before unlocking buffer */
@ -4636,7 +4636,6 @@ l3:
if (first_time) if (first_time)
{ {
first_time = false; first_time = false;
skip_tuple_lock = false;
if (infomask & HEAP_XMAX_IS_MULTI) if (infomask & HEAP_XMAX_IS_MULTI)
{ {