Commit 3da73d68 authored by Alvaro Herrera's avatar Alvaro Herrera

Silence compiler warning

Introduced in de87a084.
parent b9a0724c
......@@ -4038,7 +4038,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 */
......@@ -4064,7 +4064,6 @@ l3:
if (first_time)
{
first_time = false;
skip_tuple_lock = false;
if (infomask & HEAP_XMAX_IS_MULTI)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment