mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
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
This commit is contained in:
@ -5430,6 +5430,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
|
||||
is received by the server. The process title is typically viewed
|
||||
by the <command>ps</> command,
|
||||
or in Windows by using the <application>Process Explorer</>.
|
||||
This value defaults to off on Windows platforms due to the
|
||||
platform's significant overhead for updating the process title.
|
||||
Only superusers can change this setting.
|
||||
</para>
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user