- Notifications
You must be signed in to change notification settings - Fork28
Commit84d5148
committed
Fix bogus logic for skipping unnecessary partcollation dependencies.
The idea here is to not call recordDependencyOn for the default collation,since we know that's pinned. But what the code actually did was to recordthe partition key's dependency on the opclass twice, instead.Evidently introduced by sloppy coding in commit2186b60. Back-patchto v10 where that came in.1 parent04fe805 commit84d5148
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3413 | 3413 |
| |
3414 | 3414 |
| |
3415 | 3415 |
| |
3416 |
| - | |
| 3416 | + | |
3417 | 3417 |
| |
3418 | 3418 |
| |
3419 | 3419 |
| |
| |||
3432 | 3432 |
| |
3433 | 3433 |
| |
3434 | 3434 |
| |
3435 |
| - | |
3436 | 3435 |
| |
3437 |
| - | |
| 3436 | + | |
| 3437 | + | |
3438 | 3438 |
| |
3439 | 3439 |
| |
3440 | 3440 |
| |
|
0 commit comments
Comments
(0)