diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-04-28 14:48:38 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-04-28 14:48:44 -0400 |
commit | 8a9c83bfaf889702401f532fbe2adaf604ca1bd6 (patch) | |
tree | 8c30fbf4cf14e65e63db7d38e48d6b170349fd60 /src/backend/utils/adt/xml.c | |
parent | 29e8c881dd077fd94d3f35a341c266f72e9285f2 (diff) | |
download | postgresql-8a9c83bfaf889702401f532fbe2adaf604ca1bd6.tar.gz postgresql-8a9c83bfaf889702401f532fbe2adaf604ca1bd6.zip |
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Currently, trying to validate a NO INHERIT constraint on the parent will
search for the constraint in child tables (where it is not supposed to
exist), wrongly causing a "constraint does not exist" error.
Amit Langote, per a report from Hans Buschmann.
Discussion: http://postgr.es/m/20170421184012.24362.19@wrigleys.postgresql.org
Diffstat (limited to 'src/backend/utils/adt/xml.c')
0 files changed, 0 insertions, 0 deletions