Commit d307954a authored by Tom Lane's avatar Tom Lane

"A void function may not return a value".

Per buildfarm.
parent 147e3722
......@@ -236,7 +236,7 @@ table_get_latest_tid(TableScanDesc scan, ItemPointer tid)
ItemPointerGetOffsetNumberNoCheck(tid),
RelationGetRelationName(rel))));
return tableam->tuple_get_latest_tid(scan, tid);
tableam->tuple_get_latest_tid(scan, tid);
}
......
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