pgsql: docs: Clarify that signal functions have no feedback.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: docs: Clarify that signal functions have no feedback.
Дата
Msg-id E1kfIsy-00026g-8L@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
docs: Clarify that signal functions have no feedback.

Bug #16652 complains that pg_reload_conf() returned true, even though
the configuration file contained errors. That's the way pg_reload_conf()
works, by design, but the documentation wasn't very clear on it. Clarify
that a 'true' return value only means that the signal was sent
successfully. Also add links to the system views that can be used to
check the configuration files for errors.

David G. Johnston, with some rewording by me.

Discussion: https://www.postgresql.org/message-id/CAKFQuwax6GxhUQEes0D045UtXG-fBraM39_6UMd5JyR5K1HWCQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dfab7f2f94812c6c3a62cfde0ec7f9e447132e64

Modified Files
--------------
doc/src/sgml/func.sgml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add more tests for hashing and hash-based plans
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Skip allocating hash table in EXPLAIN-only mode.