Disable update_process_title by default on Windows

Magnus Hagander <magnus@hagander.net>

Commit: 9b33c7e80d5ac9d85cbb9330f172a5e606876b1c
Author: Magnus Hagander <magnus@hagander.net>
Date: 2016-08-17T08:43:55Z
Releases: 9.6.0
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

Files

PathChange+/−
doc/src/sgml/config.sgml modified +2 −0
src/backend/utils/misc/guc.c modified +4 −0
src/bin/initdb/initdb.c modified +6 −0

Documentation touched