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

Commit5127211

Browse files
committed
Prepare the insert_index routine for PGv14 signature
1 parent2db2a3c commit5127211

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎storage.c‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,10 +968,14 @@ my_index_insert(Relation indexRelation,
968968
#ifPG_VERSION_NUM<100000
969969
returnindex_insert(indexRelation,values,isnull,heap_t_ctid,
970970
heapRelation,checkUnique);
971-
#else
971+
#elifPG_VERSION_NUM<140000
972972
returnindex_insert(indexRelation,values,isnull,heap_t_ctid,
973973
heapRelation,checkUnique,
974974
BuildIndexInfo(indexRelation));
975+
#else
976+
returnindex_insert(indexRelation,values,isnull,heap_t_ctid,
977+
heapRelation,checkUnique, false,
978+
BuildIndexInfo(indexRelation));
975979
#endif
976980
}
977981

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp