| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/databases/postgresql14-server/files/ |
Upload File : |
--- src/backend/utils/misc/postgresql.conf.sample.orig 2016-10-24 20:08:51 UTC +++ src/backend/utils/misc/postgresql.conf.sample @@ -330,6 +330,7 @@ # - Where to Log - +log_destination = 'syslog' #log_destination = 'stderr' # Valid values are combinations of # stderr, csvlog, syslog, and eventlog, # depending on platform. csvlog @@ -464,7 +465,9 @@ #cluster_name = '' # added to process titles if nonempty # (change requires restart) -#update_process_title = on + +# On FreeBSD, this is a performance hog, so keep it off if you need speed +update_process_title = off #------------------------------------------------------------------------------