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

Commit87d1b29

Browse files
committed
Merge commit '0d44928dbe59254e3b2a1d5aa2dc297095b1562b' into REL_13_STABLE
2 parentsc6b50c4 +0d44928 commit87d1b29

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