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 ...@@ -700,8 +700,8 @@ 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);
} }
/* /*
......
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