Remove spurious return.
Per buildfarm member anole. Author: Andres Freund
This commit is contained in:
parent
5db6df0c01
commit
b2db277057
@ -700,7 +700,7 @@ static inline void
|
|||||||
table_complete_speculative(Relation rel, TupleTableSlot *slot, uint32 specToken,
|
table_complete_speculative(Relation rel, TupleTableSlot *slot, uint32 specToken,
|
||||||
bool succeeded)
|
bool succeeded)
|
||||||
{
|
{
|
||||||
return rel->rd_tableam->tuple_complete_speculative(rel, slot, specToken,
|
rel->rd_tableam->tuple_complete_speculative(rel, slot, specToken,
|
||||||
succeeded);
|
succeeded);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user