- Notifications
You must be signed in to change notification settings - Fork28
Commit3fe0e7c
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 parentd34916f commit3fe0e7c
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
600 | 600 |
| |
601 | 601 |
| |
602 | 602 |
| |
603 |
| - | |
| 603 | + | |
| 604 | + | |
604 | 605 |
| |
605 | 606 |
| |
606 | 607 |
| |
|
0 commit comments
Comments
(0)