forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe25029
committed
Doc: indexUnchanged is strictly a hint.
Clearly spell out the limitations of aminsert()'s indexUnchanged hintingmechanism in the index AM documentation.Oversight in commit9dc718b, which added the "logically unchangedindex" hint (which is used to trigger bottom-up index deletion).Author: Peter Geoghegan <pg@bowt.ie>Reported-By: Tom Lane <tgl@sss.pgh.pa.us>Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/CAH2-WzmU_BQ=-H9L+bxTSMQBqHMjp1DSwGypvL0gKs+dTOfkKg@mail.gmail.comBackpatch: 14-, where indexUnchanged hinting was introduced.1 parent0e49e23 commitbe25029
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
322 |
| - | |
323 |
| - | |
324 |
| - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
325 | 329 |
| |
326 | 330 |
| |
327 | 331 |
| |
|
0 commit comments
Comments
(0)