Commit b2db2770 authored by Andres Freund's avatar Andres Freund

Remove spurious return.

Per buildfarm member anole.

Author: Andres Freund
parent 5db6df0c
......@@ -700,8 +700,8 @@ static inline void
table_complete_speculative(Relation rel, TupleTableSlot *slot, uint32 specToken,
bool succeeded)
{
return rel->rd_tableam->tuple_complete_speculative(rel, slot, specToken,
succeeded);
rel->rd_tableam->tuple_complete_speculative(rel, slot, specToken,
succeeded);
}
/*
......
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