Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID
Дата
Msg-id CA+TgmoYNghdhojsjpvQMVke=R+m948-dBKKdoZAjTv+LPV8ZyQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Sun, Jul 17, 2011 at 8:44 PM, Andrew Dunstan <andrew@dunslane.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@so.com>

at the end of the commit message.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Reduced power consumption in WAL Writer process
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Single pass vacuum - take 1