Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9fd2952

Browse files
committed
Fix comment in indexing.c
578b229, that removed support for WITH OIDS, has changedCatalogTupleInsert() to not return an Oid, but one comment was stillmentioning that.Author: Vik FearingDiscussion:https://postgr.es/m/fef01975-ed10-3601-7b9e-80ecef72d00b@postgresfriends.org
1 parente1ae40f commit9fd2952

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/catalog/indexing.c

Lines changed: 0 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp