From:
"Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To:
"Andrew Dunstan" <andrew(at)dunslane(dot)net>,
"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
"Jeff Janes" <jeff(dot)janes(at)gmail(dot)com>,
"Robert Haas" <robertmhaas(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-22 16:14:34
Message-ID:
4F44C00A0200002500045A18@gw.wicourts.gov (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
Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> Returning to the original point, I've come to the conclusion that
> "pure" isn't the right way to go. 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.
Discreet?
http://www.merriam-webster.com/dictionary/discreet
I guess the risk is that people would confuse it with "discrete".
-Kevin
In response to
Responses
pgsql-hackers by date
Next :From: Tom LaneDate: 2012-02-22 16:19:13
Subject : WIP: proof of concept patch for fixing quantified regex backrefs
Previous :From : Jay LevittDate : 2012-02-22 16:10:38
Subject : Re: pg_test_timing tool for EXPLAIN ANALYZE overhead