Re: Make contrib modules' installation scripts more secure.

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: Make contrib modules' installation scripts more secure.
Дата
Msg-id 20200811111544.GB4154579@msg.df7cb.de
обсуждение исходный текст
Ответы Re: Make contrib modules' installation scripts more secure.  (Christoph Berg <myon@debian.org>)
Re: Make contrib modules' installation scripts more secure.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I think this change neglected to add plpgsql to the extension
dependencies in the .control file:

12:53:51 #   Failed test 'psql -qc 'CREATE EXTENSION "cube"''
12:53:51 #   at t/TestLib.pm line 213.
12:53:51 not ok 68 - psql -qc 'CREATE EXTENSION "cube"'
12:53:51 #          got: '1'
12:53:51 #     expected: '0'
12:53:51 not ok 69 - extension cube installs without error
12:53:51 #   Failed test 'extension cube installs without error'
12:53:51 #   at t/TestLib.pm line 214.
12:53:51 #          got: 'ERROR:  language "plpgsql" does not exist
12:53:51 # HINT:  Use CREATE EXTENSION to load the language into the database.
12:53:51 # '

(The Debian regression tests remove plpgsql before testing all
extensions in turn.)

Christoph



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

Предыдущее
От: Anna Akenteva
Дата:
Сообщение: Re: psql: add \si, \sm, \st and \sr functions to show CREATE commands for indexes, matviews, triggers and tables
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Add session statistics to pg_stat_database