forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit366aa37
committed
Document lock obtained during partition detach
On partition detach, we acquire a SHARE lock on all tables thatreference the partitioned table that we're detaching a partition from,but failed to document this fact. My oversight in commitf56f8f8.Repair. Backpatch to 12.Author: Álvaro Herrera <alvherre@alvh.no-ip.org>Discussion:https://postgr.es/m/20210325180244.GA12738@alvherre.pgsql1 parent292b7d9 commit366aa37
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
925 | 925 |
| |
926 | 926 |
| |
927 | 927 |
| |
| 928 | + | |
| 929 | + | |
928 | 930 |
| |
929 | 931 |
| |
930 | 932 |
| |
|
0 commit comments
Comments
(0)