Commit 84d5148
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 record
the partition key's dependency on the opclass twice, instead.
Evidently introduced by sloppy coding in commit 2186b60. Back-patch
to v10 where that came in.1 parent 04fe805 commit 84d5148
1 file changed
+3
-3
lines changed| 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