Re: [HACKERS] Patch to log usage of temporary files - Mailing list pgsql-patches

From Bill Moran
Subject Re: [HACKERS] Patch to log usage of temporary files
Date
Msg-id 20070103195610.813af1cd.wmoran@collaborativefusion.com
Whole thread Raw
In response to Re: [HACKERS] Patch to log usage of temporary files  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [HACKERS] Patch to log usage of temporary files  ("Andrew Dunstan" <andrew@dunslane.net>)
List pgsql-patches
Andrew Dunstan <andrew@dunslane.net> wrote:
>
> Bill Moran wrote:
> > +         if (trace_temp_files != -1)
> >
>
> Might be more robust to say
>
>     if (trace_temp_files >= 0)

Because it would allow for the easy addition of more negative numbers
with magic value?

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] Patch to log usage of temporary files
Next
From: "Andrew Dunstan"
Date:
Subject: Re: [HACKERS] Patch to log usage of temporary files