forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit650d623
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 parentcc121d5 commit650d623
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
962 | 962 |
| |
963 | 963 |
| |
964 | 964 |
| |
| 965 | + | |
| 966 | + | |
965 | 967 |
| |
966 | 968 |
| |
967 | 969 |
| |
|
0 commit comments
Comments
(0)