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

From Andrew Dunstan
Subject Re: Patch to log usage of temporary files
Date
Msg-id 459AD7AA.6040402@dunslane.net
Whole thread Raw
In response to Patch to log usage of temporary files  (Bill Moran <wmoran@collaborativefusion.com>)
List pgsql-patches
Bill Moran wrote:
> +         if (stat(vfdP->fileName, &filestats) == 0) {
> +             if (trace_temp_files)
>
Shouldn't these tests be the other way around?

cheers

andrew

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Patch to log usage of temporary files
Next
From: Bill Moran
Date:
Subject: Re: Patch to log usage of temporary files