Re: [HACKERS] Patch to log usage of temporary files
From:
Bill Moran <wmoran(at)collaborativefusion(dot)com>
To:
Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc:
pgsql-patches(at)postgresql(dot)org
Subject:
Re: [HACKERS] Patch to log usage of temporary files
Date:
2007-01-04 00:56:10
Message-ID:
20070103195610.813af1cd.wmoran@collaborativefusion.com (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
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?
In response to
Responses
pgsql-hackers by date
Next :From: Andrew DunstanDate: 2007-01-04 01:05:27
Subject : Re: [HACKERS] Patch to log usage of temporary files
Previous :From : Andreas 'ads' ScherbaumDate : 2007-01-04 00:31:25
Subject : Problem with windows installer
pgsql-patches by date
Next :From: Andrew DunstanDate: 2007-01-04 01:05:27
Subject : Re: [HACKERS] Patch to log usage of temporary files
Previous :From : Andrew DunstanDate : 2007-01-03 21:35:39
Subject : Re: [HACKERS] Patch to log usage of temporary files