Re: [GENERAL] pgstat.c: send/EINTR issue

2006-08-02 Thread Tom Lane
"Ilja Golshtein" <[EMAIL PROTECTED]> writes: > Does it make sense to amend, > for example, secure_write() in > be_secure.c (part of libpq) > in the same way? It's already done, see the only caller of secure_write ... regards, tom lane ---(end of br

Re: [GENERAL] pgstat.c: send/EINTR issue

2006-08-02 Thread Martijn van Oosterhout
On Wed, Aug 02, 2006 at 02:57:59PM +0400, Ilja Golshtein wrote: > Hello! > > I've came across recent change of > postmaster/pgstat.c with comment > regarding send/EINTR issue. > > Does it make sense to amend, > for example, secure_write() in > be_secure.c (part of libpq) > in the same way? > Am