git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 147e372)
"A void function may not return a value".
2019年5月18日 04:40:39 +0000 (00:40 -0400)
2019年5月18日 04:40:39 +0000 (00:40 -0400)
Per buildfarm.


diff --git a/src/backend/access/table/tableam.c b/src/backend/access/table/tableam.c
index 6e46befdfd9a85ef40313d788a9f9ab302cc6ad5..73025b8ead065dcc450fd6a045c844c46e050e89 100644 (file)
--- a/src/backend/access/table/tableam.c
+++ b/src/backend/access/table/tableam.c
@@ -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);
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /