forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc862299
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 parenta00c306 commitc862299
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
946 | 946 |
| |
947 | 947 |
| |
948 | 948 |
| |
| 949 | + | |
| 950 | + | |
949 | 951 |
| |
950 | 952 |
| |
951 | 953 |
| |
|
0 commit comments
Comments
(0)