]> 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:16 +0000 (10:43 +0200)
commit092155465710b22ec9a99820ce6400a889580805
tree7415199b2c9f212dbb6d0ebe1d3127319c70c098
parentd125d25790901683d5ad16bfc96e9de4ccc9a581
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