mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +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),
|
||||
RelationGetRelationName(rel))));
|
||||
|
||||
return tableam->tuple_get_latest_tid(scan, tid);
|
||||
tableam->tuple_get_latest_tid(scan, tid);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user