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