forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit29d58fd
committed
Transfer state pertaining to pending REINDEX operations to workers.
This will allow the pending patch for parallel CREATE INDEX to workon system catalogs, and to provide the same level of protectionagainst use of user indexes while they are being rebuilt that wehave for non-parallel CREATE INDEX.Patch by me, reviewed by Peter Geoghegan.Discussion:http://postgr.es/m/CA+TgmoYN-YQU9JsGQcqFLovZ-C+Xgp1_xhJQad=cunGG-_p5gg@mail.gmail.comDiscussion:http://postgr.es/m/CAH2-Wzkv4UNkXYhqQRqk-u9rS7h5c-4cCW+EqQ8K_WSeS43aZg@mail.gmail.com1 parent4e54dd2 commit29d58fd
File tree
4 files changed
+98
-2
lines changed- src
- backend
- access/transam
- catalog
- include/catalog
4 files changed
+98
-2
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
| 125 | + | |
| 126 | + | |
| 127 | + | |
125 | 128 |
| |
126 | 129 |
| |
127 | 130 |
| |
|
Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| |||
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
| |
| 71 | + | |
70 | 72 |
| |
71 | 73 |
| |
72 | 74 |
| |
| |||
200 | 202 |
| |
201 | 203 |
| |
202 | 204 |
| |
| 205 | + | |
203 | 206 |
| |
204 | 207 |
| |
205 | 208 |
| |
| |||
249 | 252 |
| |
250 | 253 |
| |
251 | 254 |
| |
| 255 | + | |
| 256 | + | |
252 | 257 |
| |
253 |
| - | |
| 258 | + | |
254 | 259 |
| |
255 | 260 |
| |
256 | 261 |
| |
| |||
319 | 324 |
| |
320 | 325 |
| |
321 | 326 |
| |
| 327 | + | |
322 | 328 |
| |
323 | 329 |
| |
324 | 330 |
| |
| |||
360 | 366 |
| |
361 | 367 |
| |
362 | 368 |
| |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
363 | 374 |
| |
364 | 375 |
| |
365 | 376 |
| |
| |||
972 | 983 |
| |
973 | 984 |
| |
974 | 985 |
| |
| 986 | + | |
975 | 987 |
| |
976 | 988 |
| |
977 | 989 |
| |
| |||
1137 | 1149 |
| |
1138 | 1150 |
| |
1139 | 1151 |
| |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
1140 | 1156 |
| |
1141 | 1157 |
| |
1142 | 1158 |
| |
|
Lines changed: 74 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
89 | 101 |
| |
90 | 102 |
| |
91 | 103 |
| |
| |||
3653 | 3665 |
| |
3654 | 3666 |
| |
3655 | 3667 |
| |
3656 |
| - | |
| 3668 | + | |
| 3669 | + | |
3657 | 3670 |
| |
3658 | 3671 |
| |
3659 | 3672 |
| |
| |||
3719 | 3732 |
| |
3720 | 3733 |
| |
3721 | 3734 |
| |
| 3735 | + | |
| 3736 | + | |
3722 | 3737 |
| |
3723 | 3738 |
| |
3724 | 3739 |
| |
| |||
3736 | 3751 |
| |
3737 | 3752 |
| |
3738 | 3753 |
| |
| 3754 | + | |
| 3755 | + | |
3739 | 3756 |
| |
3740 | 3757 |
| |
3741 | 3758 |
| |
| |||
3746 | 3763 |
| |
3747 | 3764 |
| |
3748 | 3765 |
| |
| 3766 | + | |
| 3767 | + | |
3749 | 3768 |
| |
3750 | 3769 |
| |
3751 | 3770 |
| |
| |||
3757 | 3776 |
| |
3758 | 3777 |
| |
3759 | 3778 |
| |
| 3779 | + | |
| 3780 | + | |
3760 | 3781 |
| |
3761 | 3782 |
| |
| 3783 | + | |
| 3784 | + | |
| 3785 | + | |
| 3786 | + | |
| 3787 | + | |
| 3788 | + | |
| 3789 | + | |
| 3790 | + | |
| 3791 | + | |
| 3792 | + | |
| 3793 | + | |
| 3794 | + | |
| 3795 | + | |
| 3796 | + | |
| 3797 | + | |
| 3798 | + | |
| 3799 | + | |
| 3800 | + | |
| 3801 | + | |
| 3802 | + | |
| 3803 | + | |
| 3804 | + | |
| 3805 | + | |
| 3806 | + | |
| 3807 | + | |
| 3808 | + | |
| 3809 | + | |
| 3810 | + | |
| 3811 | + | |
| 3812 | + | |
| 3813 | + | |
| 3814 | + | |
| 3815 | + | |
| 3816 | + | |
| 3817 | + | |
| 3818 | + | |
| 3819 | + | |
| 3820 | + | |
| 3821 | + | |
| 3822 | + | |
| 3823 | + | |
| 3824 | + | |
| 3825 | + | |
| 3826 | + | |
| 3827 | + | |
| 3828 | + | |
| 3829 | + | |
| 3830 | + | |
| 3831 | + | |
| 3832 | + | |
| 3833 | + | |
| 3834 | + |
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
137 | 141 |
|
0 commit comments
Comments
(0)