Re: [HACKERS] Patch to log usage of temporary files

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bill Moran <wmoran(at)collaborativefusion(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] Patch to log usage of temporary files
Date: 2007-01-03 21:35:39
Message-ID: 459C21AB.2060005@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bill Moran wrote:
> + if (trace_temp_files != -1)
>

Might be more robust to say

if (trace_temp_files >= 0)

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2007-01-03 22:03:25 Re: proposal - new SPI cursor function
Previous Message Bill Moran 2007-01-03 21:20:53 Re: [HACKERS] Patch to log usage of temporary files

Browse pgsql-patches by date

  From Date Subject
Next Message Bill Moran 2007-01-04 00:56:10 Re: [HACKERS] Patch to log usage of temporary files
Previous Message Bill Moran 2007-01-03 21:20:53 Re: [HACKERS] Patch to log usage of temporary files