forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5a8a9be
committed
Doc: Clarify lock levels taken during ATTACH PARTITION
It wasn't all that clear which lock levels, if any, would be held on theDEFAULT partition during an ATTACH PARTITION operation.Also, clarify which locks will be taken if the DEFAULT partition or thetable being attached are themselves partitioned tables.Here I'm only backpatching to v12 as before then we obtained an ACCESSEXCLUSIVE lock on the partitioned table. It seems much less relevant tomention which locks are taken on other tables when the partitioned tableitself is locked with an ACCESS EXCLUSIVE lock.Author: Matthias van de Meent, David RowleyDiscussion:https://postgr.es/m/CAEze2WiTB6iwrV8W_J=fnrnZ7fowW3qu-8iQ8zCHP3FiQ6+o-A@mail.gmail.comBackpatch-through: 121 parentad3b40e commit5a8a9be
2 files changed
+36
-5
lines changedLines changed: 25 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3970 | 3970 |
| |
3971 | 3971 |
| |
3972 | 3972 |
| |
| 3973 | + | |
| 3974 | + | |
| 3975 | + | |
| 3976 | + | |
| 3977 | + | |
3973 | 3978 |
| |
3974 | 3979 |
| |
3975 | 3980 |
| |
| |||
3978 | 3983 |
| |
3979 | 3984 |
| |
3980 | 3985 |
| |
3981 |
| - | |
3982 |
| - | |
| 3986 | + | |
3983 | 3987 |
| |
3984 |
| - | |
| 3988 | + | |
| 3989 | + | |
| 3990 | + | |
| 3991 | + | |
| 3992 | + | |
| 3993 | + | |
| 3994 | + | |
| 3995 | + | |
| 3996 | + | |
| 3997 | + | |
| 3998 | + | |
| 3999 | + | |
| 4000 | + | |
| 4001 | + | |
| 4002 | + | |
| 4003 | + | |
| 4004 | + | |
| 4005 | + | |
| 4006 | + | |
3985 | 4007 |
| |
3986 | 4008 |
| |
3987 | 4009 |
| |
|
Lines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
965 | 965 |
| |
966 | 966 |
| |
967 | 967 |
| |
968 |
| - | |
969 |
| - | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
970 | 979 |
| |
971 | 980 |
| |
972 | 981 |
| |
|
0 commit comments
Comments
(0)