Re: [COMMITTERS] pgsql: Add comments about why errno is set to zero.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Add comments about why errno is set to zero.
Date: 2005-12-02 00:44:41
Message-ID: 18508.1133484281@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> errno = 0; /* clear prior detected errors */

That one is at least a correct explanation of what the code is doing...

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-12-02 01:29:55 pgsql: Rearrange code in ExecInitBitmapHeapScan so that we don't
Previous Message Tom Lane 2005-12-02 00:42:45 Re: [COMMITTERS] pgsql: Add comments about why errno is set to zero.

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Maxwell 2005-12-02 02:01:34 Re: generalizing the planner knobs
Previous Message Tom Lane 2005-12-02 00:42:45 Re: [COMMITTERS] pgsql: Add comments about why errno is set to zero.