- Notifications
You must be signed in to change notification settings - Fork28
Commit171cae1
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 parentdd951dc commit171cae1
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3419 | 3419 |
| |
3420 | 3420 |
| |
3421 | 3421 |
| |
3422 |
| - | |
| 3422 | + | |
3423 | 3423 |
| |
3424 | 3424 |
| |
3425 | 3425 |
| |
| |||
3438 | 3438 |
| |
3439 | 3439 |
| |
3440 | 3440 |
| |
3441 |
| - | |
3442 | 3441 |
| |
3443 |
| - | |
| 3442 | + | |
| 3443 | + | |
3444 | 3444 |
| |
3445 | 3445 |
| |
3446 | 3446 |
| |
|
0 commit comments
Comments
(0)