From:
Robert Haas <robertmhaas(at)gmail(dot)com>
To:
Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc:
Jim Nasby <jim(at)nasby(dot)net>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject:
Re: [COMMITTERS] pgsql: Enable CHECK constraints to be
declared NOT VALID
Date:
2011-07-18 00:50:32
Message-ID:
CA+TgmoYNghdhojsjpvQMVke=R+m948-dBKKdoZAjTv+LPV8ZyQ@mail.gmail.com (view raw or flat )
Thread:
2011-06-30 15:58:09 from Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
2011-06-30 19:09:02 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2011-06-30 19:55:54 from "David E(dot) Wheeler" <david(at)kineticode(dot)com>
2011-06-30 20:00:03 from Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
2011-07-03 18:51:54 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-07-03 19:06:48 from Magnus Hagander <magnus(at)hagander(dot)net>
2011-07-03 20:07:40 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2011-07-12 01:34:18 from Bruce Momjian <bruce(at)momjian(dot)us>
2011-07-12 12:26:59 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-07-12 13:34:56 from Magnus Hagander <magnus(at)hagander(dot)net>
2011-07-12 13:54:34 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2011-07-12 14:13:42 from Bruce Momjian <bruce(at)momjian(dot)us>
2011-07-12 16:30:02 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2011-07-17 17:20:25 from Jim Nasby <jim(at)nasby(dot)net>
2011-07-18 00:36:49 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-07-18 00:44:53 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2011-07-18 00:50:32 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-07-18 01:46:10 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2011-11-10 23:56:46 from Thom Brown <thom(at)linux(dot)com>
2011-11-11 00:28:06 from Thom Brown <thom(at)linux(dot)com>
2011-11-11 03:32:33 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2011-11-24 21:50:35 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2011-11-24 21:57:11 from Thom Brown <thom(at)linux(dot)com>
2011-11-25 16:16:29 from Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
2011-11-25 16:45:34 from Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
2011-11-25 21:28:20 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2011-11-26 04:09:09 from Jaime Casanova <jaime(at)2ndquadrant(dot)com>
2011-11-25 21:24:50 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Lists:
pgsql-committers pgsql-hackers
On Sun, Jul 17, 2011 at 8:44 PM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> My understanding of git notes is that they can be added after a commit
> without changing the commit - indeed that's apparently a large part of their
> raison d'être:
>
> A typical use of notes is to supplement a commit message without
> changing the commit itself. Notes can be shown by git log along with
> the original commit message.
Right... but it's still append-only, and I think that there is little
reason to suppose that append-only is what we want or need here.
> It is a pity that you can't define extra fields as is suggested above.
Agreed. The 'git way' is apparently to add things like:
Reviewed-by: So And So <so(at)so(dot)com>
at the end of the commit message.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
In response to
pgsql-hackers by date
Next :From: Robert HaasDate: 2011-07-18 01:20:38
Subject : Re: Single pass vacuum - take 1
Previous :From : Robert HaasDate : 2011-07-18 00:48:36
Subject : Re: Reduced power consumption in WAL Writer process
pgsql-committers by date
Next :From: Alvaro HerreraDate: 2011-07-18 01:46:10
Subject : Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID
Previous :From : Andrew DunstanDate : 2011-07-18 00:44:53
Subject : Re: [COMMITTERS] pgsql: Enable CHECK constraints to be
declared NOT VALID