forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit58ebe96
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 parent4823c4f commit58ebe96
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
604 | 604 |
| |
605 | 605 |
| |
606 | 606 |
| |
607 |
| - | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
608 | 611 |
| |
609 | 612 |
| |
610 | 613 |
| |
|
0 commit comments
Comments
(0)