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:53:56 -0400 |
commit | 954744f7ac759e2dfe1f52e4493f728b98c615f2 (patch) | |
tree | 7dfce66df2aac24b465599647263b6e41c8b0bc7 /src/backend/executor/execMain.c | |
parent | 8565808733ec127cf5972b4facc79889aee57850 (diff) |
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/execMain.c')
0 files changed, 0 insertions, 0 deletions