forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita97c8c3
committed
Fix identify_locking_dependencies for schema-only dumps.
Without this fix, parallel restore of a schema-only dump can deadlock,because when the dump is schema-only, the dependency will still bepointing at the TABLE item rather than the TABLE DATA item.Robert Haas and Tom Lane1 parent66e620d commita97c8c3
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4299 | 4299 |
| |
4300 | 4300 |
| |
4301 | 4301 |
| |
4302 |
| - | |
4303 |
| - | |
4304 |
| - | |
4305 |
| - | |
4306 |
| - | |
| 4302 | + | |
| 4303 | + | |
| 4304 | + | |
| 4305 | + | |
| 4306 | + | |
| 4307 | + | |
| 4308 | + | |
| 4309 | + | |
4307 | 4310 |
| |
4308 | 4311 |
| |
4309 | 4312 |
| |
| |||
4312 | 4315 |
| |
4313 | 4316 |
| |
4314 | 4317 |
| |
4315 |
| - | |
| 4318 | + | |
| 4319 | + | |
4316 | 4320 |
| |
4317 | 4321 |
| |
4318 | 4322 |
| |
|
0 commit comments
Comments
(0)