Re: Patch to log usage of temporary files

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bill Moran <wmoran(at)collaborativefusion(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch to log usage of temporary files
Date: 2007-01-02 22:07:38
Message-ID: 459AD7AA.6040402@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bill Moran 2007-01-02 22:15:31 Re: Patch to log usage of temporary files
Previous Message Alvaro Herrera 2007-01-02 21:57:02 Re: Patch to log usage of temporary files

Browse pgsql-patches by date

  From Date Subject
Next Message Bill Moran 2007-01-02 22:15:31 Re: Patch to log usage of temporary files
Previous Message Alvaro Herrera 2007-01-02 21:57:02 Re: Patch to log usage of temporary files