pgsql: Refactor creation of normal dependency records when creating ext

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Refactor creation of normal dependency records when creating ext
Дата
Msg-id [email protected]
обсуждение исходный текст
Список pgsql-committers
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/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/684b4f29b729e5b135d256802d6e712222b9551f

Modified Files
--------------
src/backend/commands/extension.c | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)


В списке pgsql-committers по дате отправления: