Remove spurious return.
Per buildfarm member anole. Author: Andres Freund
This commit is contained in:
parent
5db6df0c01
commit
b2db277057
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user