pgsql: Disable update_process_title by default on Windows

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Disable update_process_title by default on Windows
Дата
Msg-id E1bZwTS-00035I-8O@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Disable update_process_title by default on Windows

The performance overhead of this can be significant on Windows, and most
people don't have the tools to view it anyway as Windows does not have
native support for process titles.

Discussion: <0A3221C70F24FB45833433255569204D1F5BE3E8@G01JPEXMBYT05>

Takayuki Tsunakawa

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9b33c7e80d5ac9d85cbb9330f172a5e606876b1c

Modified Files
--------------
doc/src/sgml/config.sgml     | 2 ++
src/backend/utils/misc/guc.c | 4 ++++
src/bin/initdb/initdb.c      | 6 ++++++
3 files changed, 12 insertions(+)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Disable update_process_title by default on Windows
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve plpgsql's memory management to fix some function-lifespa