Skip to content

Commit d307954

Browse files
committed
"A void function may not return a value".
Per buildfarm.
1 parent 147e372 commit d307954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/table/tableam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ table_get_latest_tid(TableScanDesc scan, ItemPointer tid)
236236
ItemPointerGetOffsetNumberNoCheck(tid),
237237
RelationGetRelationName(rel))));
238238

239-
return tableam->tuple_get_latest_tid(scan, tid);
239+
tableam->tuple_get_latest_tid(scan, tid);
240240
}
241241

242242

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy