forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit74e5ea1
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 parent00d7fb5 commit74e5ea1
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
335 |
| - | |
336 |
| - | |
337 |
| - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
338 | 342 |
| |
339 | 343 |
| |
340 | 344 |
| |
|
0 commit comments
Comments
(0)