-
Notifications
You must be signed in to change notification settings - Fork 22
Commit 24d08e8
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 parent 4ba0917 commit 24d08e8
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1172 | 1172 |
| |
1173 | 1173 |
| |
1174 | 1174 |
| |
1175 | - | ||
1175 | + | ||
1176 | 1176 |
| |
1177 | 1177 |
| |
1178 | 1178 |
| |
|
0 commit comments