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

From Andrew Dunstan
Subject Re: [HACKERS] Patch to log usage of temporary files
Date
Msg-id 459C21AB.2060005@dunslane.net
Whole thread Raw
In response to Re: [HACKERS] Patch to log usage of temporary files  (Bill Moran <wmoran@collaborativefusion.com>)
Responses Re: [HACKERS] Patch to log usage of temporary files  (Bill Moran <wmoran@collaborativefusion.com>)
List pgsql-patches
Bill Moran wrote:
> +         if (trace_temp_files != -1)
>

Might be more robust to say

    if (trace_temp_files >= 0)

cheers

andrew

pgsql-patches by date:

Previous
From: Bill Moran
Date:
Subject: Re: [HACKERS] Patch to log usage of temporary files
Next
From: Bill Moran
Date:
Subject: Re: [HACKERS] Patch to log usage of temporary files