From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Robert Haas <robertmhaas(at)gmail(dot)com>
Cc:
Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-hackers(at)postgreSQL(dot)org
Subject:
Re: [COMMITTERS] pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY
Date:
2009-08-10 23:08:04
Message-ID:
26391.1249945684@sss.pgh.pa.us (view raw or flat )
Thread:
2009-08-10 20:16:05 from alvherre(at)postgresql(dot)org (Alvaro Herrera)
2009-08-10 20:17:58 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-08-10 20:22:47 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2009-08-10 20:31:43 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-08-10 23:08:04 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-10 20:31:55 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-10 21:39:30 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-08-10 22:03:11 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2009-08-10 22:52:04 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-11 03:40:04 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-08-11 15:56:18 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-11 16:43:09 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-08-11 16:52:37 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2009-08-11 17:42:08 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-08-11 18:33:41 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2009-08-11 18:53:15 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-11 19:19:01 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2009-08-11 19:28:26 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2009-08-11 19:51:33 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-11 23:06:04 from Bruce Momjian <bruce(at)momjian(dot)us>
2009-08-11 23:14:45 from Bruce Momjian <bruce(at)momjian(dot)us>
2009-08-11 23:12:50 from Bruce Momjian <bruce(at)momjian(dot)us>
2009-08-12 01:42:37 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-12 01:55:39 from Bruce Momjian <bruce(at)momjian(dot)us>
2009-08-12 00:10:01 from Greg Stark <gsstark(at)mit(dot)edu>
2009-08-12 01:05:29 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-12 01:29:26 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-08-12 01:42:50 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2009-08-12 01:54:21 from Bruce Momjian <bruce(at)momjian(dot)us>
2009-08-12 02:08:58 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-12 02:49:23 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-08-12 04:27:16 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-12 04:54:40 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2009-08-12 05:00:54 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-12 13:26:29 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2009-08-12 13:35:30 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-08-12 13:56:37 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-08-12 13:34:41 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-08-12 13:38:30 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2009-08-12 13:57:15 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-08-12 13:58:14 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Lists:
pgsql-committers pgsql-hackers
Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> Me neither, but every place that we know pgindent will touch is like a
> little land-mine waiting to go off under somebody's patch. It seems
> like we ought to try to keep the tree as pgindent-clean as possible
> when we make changes, so that there are as few of those land-mines out
> there as possible.
You're ignoring the difference between two significantly different
scenarios. When code that was never in the tree gets added, yeah
it's probably good if it's reindented immediately. But in this
case we are talking about code that is already in the tree, and
has been for awhile, needing to be reindented because of some
changes that aren't textually all that close by. We will break
any outstanding patches against that code when we reindent it, but
it is not at all clear that it's better to do that now than
later. There are likely to be fewer patches outstanding at the
end of the devel cycle than there are now.
regards, tom lane
In response to
pgsql-hackers by date
Next :From: Bruce MomjianDate: 2009-08-10 23:22:44
Subject : Re: hot standby - merged up to CVS HEAD
Previous :From : Tom LaneDate : 2009-08-10 22:52:04
Subject : Re: pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY
pgsql-committers by date
Next :From: Robert HaasDate: 2009-08-11 03:40:04
Subject : Re: pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY
Previous :From : Tom LaneDate : 2009-08-10 22:52:04
Subject : Re: pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY