From:
"Andrew Dunstan" <andrew(at)dunslane(dot)net>
To:
"Bill Moran" <wmoran(at)collaborativefusion(dot)com>
Cc:
"Andrew Dunstan" <andrew(at)dunslane(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject:
Re: [HACKERS] Patch to log usage of temporary files
Date:
2007-01-04 01:05:27
Message-ID:
3813.24.211.165.134.1167872727.squirrel@www.dunslane.net (view raw or flat )
Thread:
2007-01-02 21:47:19 from Bill Moran <wmoran(at)collaborativefusion(dot)com>
2007-01-02 21:57:02 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2007-01-02 22:15:31 from Bill Moran <wmoran(at)collaborativefusion(dot)com>
2007-01-02 23:20:37 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-01-03 15:35:44 from "Simon Riggs" <simon(at)2ndquadrant(dot)com>
2007-01-03 21:20:53 from Bill Moran <wmoran(at)collaborativefusion(dot)com>
2007-01-03 21:35:39 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2007-01-04 00:56:10 from Bill Moran <wmoran(at)collaborativefusion(dot)com>
2007-01-04 01:05:27 from "Andrew Dunstan" <andrew(at)dunslane(dot)net>
2007-01-04 14:18:12 from Bill Moran <wmoran(at)collaborativefusion(dot)com>
2007-01-04 14:34:42 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2007-01-04 14:56:18 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-01-04 16:35:28 from Bill Moran <wmoran(at)collaborativefusion(dot)com>
2007-01-06 22:28:39 from Bruce Momjian <bruce(at)momjian(dot)us>
2007-01-09 21:32:29 from Bruce Momjian <bruce(at)momjian(dot)us>
2007-01-09 21:33:59 from Bill Moran <wmoran(at)collaborativefusion(dot)com>
2007-01-09 21:50:58 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-01-09 22:16:49 from Bruce Momjian <bruce(at)momjian(dot)us>
2007-01-09 22:24:38 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-01-09 22:29:34 from Bruce Momjian <bruce(at)momjian(dot)us>
2007-01-09 22:32:13 from Bill Moran <wmoran(at)collaborativefusion(dot)com>
2007-01-09 22:34:33 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-01-09 22:37:40 from Bruce Momjian <bruce(at)momjian(dot)us>
2007-01-10 09:26:06 from Benny Amorsen <benny+usenet(at)amorsen(dot)dk>
2007-01-09 22:36:41 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-01-11 17:08:22 from "Simon Riggs" <simon(at)2ndquadrant(dot)com>
2007-01-11 17:35:25 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-01-11 21:09:44 from "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
2007-01-11 22:49:11 from "Simon Riggs" <simon(at)2ndquadrant(dot)com>
2007-01-11 17:37:18 from Bruce Momjian <bruce(at)momjian(dot)us>
2007-01-11 22:45:10 from "Simon Riggs" <simon(at)2ndquadrant(dot)com>
2007-01-12 16:44:39 from Bruce Momjian <bruce(at)momjian(dot)us>
2007-01-12 17:58:53 from "Simon Riggs" <simon(at)2ndquadrant(dot)com>
2007-01-05 21:49:05 from Jim Nasby <decibel(at)decibel(dot)org>
2007-01-02 22:07:38 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2007-01-12 09:46:41 from "Guillaume Smet" <guillaume(dot)smet(at)gmail(dot)com>
2007-01-12 19:12:48 from Bruce Momjian <bruce(at)momjian(dot)us>
2007-01-12 19:23:21 from "Guillaume Smet" <guillaume(dot)smet(at)gmail(dot)com>
2007-01-12 19:29:05 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-01-12 19:48:17 from "Guillaume Smet" <guillaume(dot)smet(at)gmail(dot)com>
2007-01-12 19:59:20 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-01-12 20:53:35 from Bruce Momjian <bruce(at)momjian(dot)us>
2007-01-12 19:36:57 from Bruce Momjian <bruce(at)momjian(dot)us>
2007-01-12 19:43:04 from "Guillaume Smet" <guillaume(dot)smet(at)gmail(dot)com>
2007-01-12 20:04:46 from Bruce Momjian <bruce(at)momjian(dot)us>
2007-01-12 21:26:03 from Bill Moran <wmoran(at)collaborativefusion(dot)com>
Lists:
pgsql-hackers pgsql-patches
Bill Moran wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)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?
>
because ISTM any negative number here should mean no action is to be
taken. Otherwise how else is it different from 0?
cheers
andrew
In response to
Responses
pgsql-hackers by date
Next :From: Jaime CasanovaDate: 2007-01-04 01:42:20
Subject : Re: TODO: Add a GUC to control whether BEGIN inside
Previous :From : Bill MoranDate : 2007-01-04 00:56:10
Subject : Re: [HACKERS] Patch to log usage of temporary files
pgsql-patches by date
Next :From: Euler Taveira de OliveiraDate: 2007-01-04 01:46:57
Subject : Re: xlog directory at initdb time
Previous :From : Bill MoranDate : 2007-01-04 00:56:10
Subject : Re: [HACKERS] Patch to log usage of temporary files