pgsql: Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission
Дата
Msg-id E1RBCCp-0002kb-8p@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.

This oversight meant that on Windows, the pg_settings view would not
display source file or line number information for values coming from
postgresql.conf, unless the backend had received a SIGHUP since starting.

In passing, also make the error detection in read_nondefault_variables a
tad more thorough, and fix it to not lose precision on float GUCs (these
changes are already in HEAD as of my previous commit).

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5aa09d5df3422bd9795271ac707f857eb1e88ab7

Modified Files
--------------
src/backend/utils/misc/guc.c |   36 +++++++++++++++++++++++++++---------
1 files changed, 27 insertions(+), 9 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission