Re: Bug #958: plperl notice server log

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bhuvansql(at)myrealbox(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #958: plperl notice server log
Date: 2003-04-28 13:57:47
Message-ID: 18019.1051538267@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> The notice message raised by a plperl function is flushed into the server log file only when that client is disconnected and the client does not receive the message. On the other hand, the notice raised by a plpgsql function are flushed into the server log immediately.

Difficult to believe, since they both call elog() which does a write(2,...)
--- I see no way that perl could screw that up ...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2003-04-28 21:22:32 Bug #959: handling of 'nan' floating point value with pg_dump incorrect
Previous Message pgsql-bugs 2003-04-28 07:19:52 Bug #958: plperl notice server log