forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbbe3c06
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 parentfc4314a commitbbe3c06
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4085 | 4085 |
| |
4086 | 4086 |
| |
4087 | 4087 |
| |
4088 |
| - | |
4089 |
| - | |
4090 |
| - | |
4091 |
| - | |
4092 |
| - | |
| 4088 | + | |
| 4089 | + | |
| 4090 | + | |
| 4091 | + | |
| 4092 | + | |
| 4093 | + | |
| 4094 | + | |
| 4095 | + | |
4093 | 4096 |
| |
4094 | 4097 |
| |
4095 | 4098 |
| |
| |||
4098 | 4101 |
| |
4099 | 4102 |
| |
4100 | 4103 |
| |
4101 |
| - | |
| 4104 | + | |
| 4105 | + | |
4102 | 4106 |
| |
4103 | 4107 |
| |
4104 | 4108 |
| |
|
0 commit comments
Comments
(0)