pgsql: Address ccvalid/ccnoinherit in TupleDesc support functions. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Address ccvalid/ccnoinherit in TupleDesc support functions.
Date
Msg-id E1WRbyA-0005zm-A2@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_3_STABLE

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

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


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Improve comments about AfterTriggerBeginQuery() query level usag
Next
From: Noah Misch
Date:
Subject: pgsql: Don't test xmin/xmax columns of a postgres_fdw foreign table.