aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-04-28 14:48:38 -0400
committerRobert Haas <rhaas@postgresql.org>2017-04-28 14:48:38 -0400
commit6a4dda44e02bfd5148c13b00d8f81045a2e17f2c (patch)
tree852b14efebbc939f0b5cb6eb39ba5cc491f2d542 /src/backend/executor/nodeModifyTable.c
parente4fddfd49241dc8dfda354993bad8d5518df1873 (diff)
downloadpostgresql-6a4dda44e02bfd5148c13b00d8f81045a2e17f2c.tar.gz
postgresql-6a4dda44e02bfd5148c13b00d8f81045a2e17f2c.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/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions