forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfc8c258
committed
AccessExclusiveLock new relations just after assigning the OID.
This has no user-visible, important consequences, since other sessions'catalog scans can't find the relation until we commit. However, thisunblocks introducing a rule about locks required to heap_update() apg_class row. CREATE TABLE has been acquiring this lock eventually, butit can heap_update() pg_class.relchecks earlier. create_toast_table()has been acquiring only ShareLock. Back-patch to v12 (all supportedversions), the plan for the commit relying on the new rule.Reviewed (in an earlier version) by Robert Haas.Discussion:https://postgr.es/m/20240611024525.9f.nmisch@google.com1 parent480b58f commitfc8c258
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1239 | 1239 |
| |
1240 | 1240 |
| |
1241 | 1241 |
| |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
1242 | 1249 |
| |
1243 | 1250 |
| |
1244 | 1251 |
| |
|
0 commit comments
Comments
(0)