aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-07-01 11:12:33 +0900
committerMichael Paquier <michael@paquier.xyz>2020-07-01 11:12:33 +0900
commit684b4f29b729e5b135d256802d6e712222b9551f (patch)
tree61e9479c1a8c783dfd20b376b0864e2c975f0ce4 /src/backend/access/gist
parentc4342c932abb6792f6c7d8528b6224ca4d5e1a84 (diff)
downloadpostgresql-684b4f29b729e5b135d256802d6e712222b9551f.tar.gz
postgresql-684b4f29b729e5b135d256802d6e712222b9551f.zip
Refactor creation of normal dependency records when creating extension
When creating an extension, the same type of dependency is used when registering a dependency to a schema and required extensions. This improves the code so as those dependencies are not recorded one-by-one, but grouped together. Note that this has as side effect to remove duplicate dependency entries, even if it should not happen in practice as extensions listed as required in a control file should be listed only once. Extracted from a larger patch by the same author. Author: Daniel Dustafsson Discussion: https://postgr.es/m/20200629065535.GA183079@paquier.xyz
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions