pgsql: Emit debug message when executing extension script.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Emit debug message when executing extension script.
Дата
Msg-id E1o7hvq-000sHS-Bn@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Emit debug message when executing extension script.

Allows extension authors to more easily debug problems related to the
sequence of update scripts that are executed.

Discussion: https://postgr.es/m/5636a7534a4833884172fe4369d825b26170b3cc.camel%40j-davis.com
Reviewed-by: Peter Eisentraut, Nathan Bossart

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/43470717c47092194832b90737dc74ec6ab9ef33

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


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Reformat some node comments
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: ecpglib: call newlocale() once per process.