forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4e23c47
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 parentd99d0e6 commit4e23c47
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4137 | 4137 |
| |
4138 | 4138 |
| |
4139 | 4139 |
| |
4140 |
| - | |
4141 |
| - | |
4142 |
| - | |
4143 |
| - | |
4144 |
| - | |
| 4140 | + | |
| 4141 | + | |
| 4142 | + | |
| 4143 | + | |
| 4144 | + | |
| 4145 | + | |
| 4146 | + | |
| 4147 | + | |
4145 | 4148 |
| |
4146 | 4149 |
| |
4147 | 4150 |
| |
| |||
4150 | 4153 |
| |
4151 | 4154 |
| |
4152 | 4155 |
| |
4153 |
| - | |
| 4156 | + | |
| 4157 | + | |
4154 | 4158 |
| |
4155 | 4159 |
| |
4156 | 4160 |
| |
|
0 commit comments
Comments
(0)