forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0cc7da4
committed
doc: Mention BRIN indexes support parallel builds
Two places in the documentation suggest B-tree is the only index accessmethod allowing parallel builds. Commitb437571 added parallel buildsfor BRIN too, but failed to update the docs. So fix that, and backpatchto 17, where parallel BRIN builds were introduced.Author: Egor RogovBackpatch-through: 17Discussion:https://postgr.es/m/114e2d5d-125e-07d8-94aa-5ad175fb7443@postgrespro.ru1 parent3429145 commit0cc7da4
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2843 | 2843 |
| |
2844 | 2844 |
| |
2845 | 2845 |
| |
2846 |
| - | |
| 2846 | + | |
2847 | 2847 |
| |
2848 | 2848 |
| |
2849 | 2849 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
808 | 808 |
| |
809 | 809 |
| |
810 | 810 |
| |
811 |
| - | |
| 811 | + | |
812 | 812 |
| |
813 | 813 |
| |
814 | 814 |
| |
|
0 commit comments
Comments
(0)