forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb2603f1
committed
Document concurrent indexes waiting on each other
Because regular CREATE INDEX commands are independent, and there's nological data dependency, it's not immediately obvious that transactionsheld by concurrent index builds on one table will block the second phaseof concurrent index creation on an unrelated table, so document thiscaveat.Backpatch this all the way back. In branch master, mention that onlysome indexes are involved.Author: James Coleman <jtc331@gmail.com>Reviewed-by: David Johnston <david.g.johnston@gmail.com>Discussion:https://postgr.es/m/CAAaqYe994=PUrn8CJZ4UEo_S-FfRr_3ogERyhtdgHAb2WG_Ufg@mail.gmail.com1 parentef1a785 commitb2603f1
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
564 | 564 |
| |
565 | 565 |
| |
566 | 566 |
| |
567 |
| - | |
| 567 | + | |
| 568 | + | |
568 | 569 |
| |
569 | 570 |
| |
570 | 571 |
| |
|
0 commit comments
Comments
(0)