aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-12-13 15:11:09 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2018-12-13 15:11:24 -0500
commit8b90174e3f0638ff542bef7f367429750d18b08c (patch)
tree774da5e7909a5552208dc0b2f5043c0a61746928 /src/backend/commands
parenta0696d29551bf3cb5dbd2b72f89aed0bbf0dcab3 (diff)
downloadpostgresql-8b90174e3f0638ff542bef7f367429750d18b08c.tar.gz
postgresql-8b90174e3f0638ff542bef7f367429750d18b08c.zip
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 2186b608b. Back-patch to v10 where that came in.
Diffstat (limited to 'src/backend/commands')
0 files changed, 0 insertions, 0 deletions