forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit265ea56
committed
Set right-links during sorted GiST index build.
This is not strictly necessary, as the right-links are only needed byscans that are concurrent with page splits, and neither scans or pagesplits can happen during sorted index build. But it seems like a goodidea to set them anyway, if we e.g. want to add a check to amcheck inthe future to verify that the chain of right-links is complete.Author: Andrey BorodinDiscussion:https://www.postgresql.org/message-id/4D68C21F-9FB9-41DA-B663-FDFC8D143788%40yandex-team.ru1 parent6b1c5ca commit265ea56
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
543 | 556 |
| |
544 | 557 |
| |
545 | 558 |
| |
|
0 commit comments
Comments
(0)