pgsql: Address ccvalid/ccnoinherit in TupleDesc support functions.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Address ccvalid/ccnoinherit in TupleDesc support functions.
Дата
Msg-id E1WRbyA-0005zd-40@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Address ccvalid/ccnoinherit in TupleDesc support functions.

equalTupleDescs() neglected both of these ConstrCheck fields, and
CreateTupleDescCopyConstr() neglected ccnoinherit.  At this time, the
only known behavior defect resulting from these omissions is constraint
exclusion disregarding a CHECK constraint validated by an ALTER TABLE
VALIDATE CONSTRAINT statement issued earlier in the same transaction.
Back-patch to 9.2, where these fields were introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c31305de5f5a4880b0ba2f5983025ef0210a3b2a

Modified Files
--------------
src/backend/access/common/tupdesc.c |    5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Allow opclasses to provide tri-valued GIN consistent functions.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Offer triggers on foreign tables.