From:
Peter Eisentraut <peter_e(at)gmx(dot)net>
To:
Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Jeff
Janes <jeff(dot)janes(at)gmail(dot)com>, Don Baccus <dhogaza(at)pacifier(dot)com>,
PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: leakproof
Date:
2012-02-26 15:39:09
Message-ID:
1330270749.32452.33.camel@vanquo.pezone.net (view raw or flat )
Thread:
2012-02-19 22:29:25 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-02-20 00:14:09 from Robert Haas <robertmhaas(at)gmail(dot)com>
2012-02-20 01:42:04 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-02-20 02:20:09 from Don Baccus <dhogaza(at)pacifier(dot)com>
2012-02-20 03:17:48 from Greg Stark <stark(at)mit(dot)edu>
2012-02-20 08:57:00 from "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
2012-02-20 03:24:44 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-02-20 05:37:11 from Don Baccus <dhogaza(at)pacifier(dot)com>
2012-02-20 08:55:52 from Yeb Havinga <yebhavinga(at)gmail(dot)com>
2012-02-20 06:17:12 from Robert Haas <robertmhaas(at)gmail(dot)com>
2012-02-21 15:40:45 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2012-02-21 15:52:46 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-02-21 16:02:29 from Merlin Moncure <mmoncure(at)gmail(dot)com>
2012-02-21 16:54:03 from Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
2012-02-22 12:57:50 from Robert Haas <robertmhaas(at)gmail(dot)com>
2012-02-22 15:21:47 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-02-22 15:56:50 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-02-22 16:14:34 from "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
2012-02-22 16:26:34 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-02-23 08:17:06 from Christian Ullrich <chris(at)chrullrich(dot)net>
2012-02-26 15:39:09 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2012-02-26 23:44:12 from "A(dot)M(dot)" <agentm(at)themactionfaction(dot)com>
2012-02-27 00:34:39 from Robert Haas <robertmhaas(at)gmail(dot)com>
2012-02-27 01:23:16 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-02-27 02:15:55 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-02-22 21:58:11 from Robert Haas <robertmhaas(at)gmail(dot)com>
Lists:
pgsql-hackers
On ons, 2012-02-22 at 10:56 -0500, Andrew Dunstan wrote:
> The trouble with "leakproof" is that it
> doesn't point to what it is that's not leaking, which is information
> rather than memory, as many might imagine (and I did) without further
> hints. I'm not sure any single English word would be as descriptive as
> I'd like.
Well, we have RETURNS NULL ON NULL INPUT, so maybe DOES NOT LEAK
INFORMATION. ;-)
In response to
Responses
pgsql-hackers by date
Next :From: Kevin GrittnerDate: 2012-02-26 16:06:54
Subject : Re: How to know a table has been modified?
Previous :From : Peter EisentrautDate : 2012-02-26 15:36:00
Subject : Re: Runtime SHAREDIR for testing CREATE EXTENSION