Skip to content

Commit 9fd2952

Browse files
committed
Fix comment in indexing.c
578b229, that removed support for WITH OIDS, has changed CatalogTupleInsert() to not return an Oid, but one comment was still mentioning that. Author: Vik Fearing Discussion: https://postgr.es/m/fef01975-ed10-3601-7b9e-80ecef72d00b@postgresfriends.org
1 parent e1ae40f commit 9fd2952

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/catalog/indexing.c

-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ CatalogTupleCheckConstraints(Relation heapRel, HeapTuple tup)
210210
* CatalogTupleInsert - do heap and indexing work for a new catalog tuple
211211
*
212212
* Insert the tuple data in "tup" into the specified catalog relation.
213-
* The Oid of the inserted tuple is returned.
214213
*
215214
* This is a convenience routine for the common case of inserting a single
216215
* tuple in a system catalog; it inserts a new heap tuple, keeping indexes

0 commit comments

Comments
 (0)