forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit07d46a8
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 parentf9f0741 commit07d46a8
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4152 | 4152 |
| |
4153 | 4153 |
| |
4154 | 4154 |
| |
4155 |
| - | |
4156 |
| - | |
4157 |
| - | |
4158 |
| - | |
4159 |
| - | |
| 4155 | + | |
| 4156 | + | |
| 4157 | + | |
| 4158 | + | |
| 4159 | + | |
| 4160 | + | |
| 4161 | + | |
| 4162 | + | |
4160 | 4163 |
| |
4161 | 4164 |
| |
4162 | 4165 |
| |
| |||
4165 | 4168 |
| |
4166 | 4169 |
| |
4167 | 4170 |
| |
4168 |
| - | |
| 4171 | + | |
| 4172 | + | |
4169 | 4173 |
| |
4170 | 4174 |
| |
4171 | 4175 |
| |
|
0 commit comments
Comments
(0)