pgsql: Disable update_process_title by default on Windows

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disable update_process_title by default on Windows
Date: 2016-08-17 08:45:22
Message-ID: E1bZwTS-00035H-8L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)G01JPEXMBYT05>

Takayuki Tsunakawa

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/092155465710b22ec9a99820ce6400a889580805

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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-17 18:51:17 pgsql: Improve plpgsql's memory management to fix some function-lifespa
Previous Message Bruce Momjian 2016-08-17 03:05:42 pgsql: docs: my third pass over the 9.6 release notes