]> granicus.if.org Git - postgresql/commit
Disable update_process_title by default on Windows
authorMagnus Hagander <magnus@hagander.net>
Wed, 17 Aug 2016 08:39:22 +0000 (10:39 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 17 Aug 2016 08:43:55 +0000 (10:43 +0200)
commit9b33c7e80d5ac9d85cbb9330f172a5e606876b1c
tree07468beb202f26994f74782144bf7d8ee90f43ae
parentdd028e904c67dae5f5d51da73628a8bd3cb1f5f1
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
doc/src/sgml/config.sgml
src/backend/utils/misc/guc.c
src/bin/initdb/initdb.c