forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8b90174
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 parenta0696d2 commit8b90174
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3145 | 3145 |
| |
3146 | 3146 |
| |
3147 | 3147 |
| |
3148 |
| - | |
| 3148 | + | |
3149 | 3149 |
| |
3150 | 3150 |
| |
3151 | 3151 |
| |
| |||
3164 | 3164 |
| |
3165 | 3165 |
| |
3166 | 3166 |
| |
3167 |
| - | |
3168 | 3167 |
| |
3169 |
| - | |
| 3168 | + | |
| 3169 | + | |
3170 | 3170 |
| |
3171 | 3171 |
| |
3172 | 3172 |
| |
|
0 commit comments
Comments
(0)