Re: syslog performance when logging big statements - Mailing list pgsql-performance

From achill@matrix
Subject Re: syslog performance when logging big statements
Date
Msg-id 200807091551.31404.achill@matrix.gatewaynet.com
Whole thread Raw
In response to Re: syslog performance when logging big statements  (david@lang.hm)
List pgsql-performance
>In FreeBSD 7.0 by default it does not fsync (except for kernel messages),
>unless the path is prefixed by "-" whereas it syncs.
Sorry, scrap the above sentence.
The correct is to say that FreeBSD 7.0 by default it does not fsync(2) (except
for kernel messages), and even in this case of kernel messages, syncing
can be bypassed by the use of "-" prefix.
So in our case of postgresql (local0 facility) it does not sync.

pgsql-performance by date:

Previous
From: "achill@matrix"
Date:
Subject: Re: syslog performance when logging big statements
Next
From: "achill@matrix"
Date:
Subject: Re: syslog performance when logging big statements