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

Commit24d08e8

Browse files
committed
fix segfault in pg15
due to 9dc718bdf2b1a574481a45624d42b674332e2903"Pass down "logically unchanged index" hint."there were access to uninitialized estate->es_range_table.But since we really doesn't do update but always insert,passing "update" hint as "true" were mistake (I think).
1 parent4ba0917 commit24d08e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎vops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ UserTableUpdateOpenIndexes()
11721172
#endif
11731173
estate,
11741174
#ifPG_VERSION_NUM>=140000
1175-
true,
1175+
false,
11761176
#endif
11771177
false,NULL,NIL);
11781178
if (recheckIndexes!=NIL)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp