mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
"A void function may not return a value".
Per buildfarm.
This commit is contained in:
@ -236,7 +236,7 @@ table_get_latest_tid(TableScanDesc scan, ItemPointer tid)
|
|||||||
ItemPointerGetOffsetNumberNoCheck(tid),
|
ItemPointerGetOffsetNumberNoCheck(tid),
|
||||||
RelationGetRelationName(rel))));
|
RelationGetRelationName(rel))));
|
||||||
|
|
||||||
return tableam->tuple_get_latest_tid(scan, tid);
|
tableam->tuple_get_latest_tid(scan, tid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user