Re: [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints

Поиск
Список
Период
Сортировка
От Nico Williams
Тема Re: [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints
Дата
Msg-id 20180606153430.GB24501@localhost
обсуждение исходный текст
Ответ на [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints  (Nico Williams <nico@cryptonector.com>)
Ответы Re: [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints  (Robbie Harwood <rharwood@redhat.com>)
Re: [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
[Re-send; first attempt appears to have hit /dev/null somewhere.  My
apologies if you get two copies.]

I've finally gotten around to rebasing this patch and making the change
that was requested, which was: merge the now-would-be-three deferral-
related bool columns in various pg_catalog tables into one char column.

Instead of (deferrable, initdeferred, alwaysdeferred), now there is just
(deferral).

All tests (make check) pass.

Sorry for the delay in doing this!

Incidentally, I had to do commit-by-commit rebasing to make the rebase
easier.  I have a shell function I use for this, if anyone wants a copy
of it -- sometimes it's much easier to do this than to do one huge jump.

Nico
--

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Why is fncollation in FunctionCallInfoData rather than fmgr_info?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Scariest patch tournament, PostgreSQL 11 edition