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

Commit9f41b9a

Browse files
committed
PGPRO-8122: Use updated ExecInsertIndexTuples() for 16+
Caused by: - 19d8e2308bc51ec4ab993ce90077342c915dd116 (PostgreSQL) Ignore BRIN indexes when checking for HOT updatesTag: vops
1 parent44d3349 commit9f41b9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎vops.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,12 @@ UserTableUpdateOpenIndexes()
11731173
#ifPG_VERSION_NUM>=140000
11741174
false,
11751175
#endif
1176+
1177+
#ifPG_VERSION_NUM>=160000
1178+
false,NULL,NIL, false);
1179+
#else
11761180
false,NULL,NIL);
1181+
#endif
11771182
if (recheckIndexes!=NIL)
11781183
ereport(ERROR,
11791184
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp