Re: Speaking of pgstats - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Speaking of pgstats
Date
Msg-id 14008.1144290160@sss.pgh.pa.us
Whole thread Raw
In response to Re: Speaking of pgstats  (Agent M <agentm@themactionfaction.com>)
List pgsql-hackers
Agent M <agentm@themactionfaction.com> writes:
> Please correct me if I am wrong, but using UDP logging on the same 
> computer is a red herring. Any non-blocking I/O would do, no? If the 
> buffer is full, then the non-blocking I/O send function will fail and 
> the message is skipped.

Uh, not entirely.  We'd like the thing to drop complete messages, not
inject partial messages into the channel causing reader parsing errors.
This is one reason for liking UDP semantics better than pipe semantics.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Philip Yarra
Date:
Subject: Re: psql \c error
Next
From: Jim Nasby
Date:
Subject: Re: Summer of Code Preparation