summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorDavid Rowley2020-04-22 10:12:19 +0000
committerDavid Rowley2020-04-22 10:12:19 +0000
commit9f2c4edec2e2182a2fef8495efdaf90a65d64e6c (patch)
tree454931362497cf25eed7cff737f5ea417b331c83 /src/include/postgres.h
parentaaf069aa345231823464f65b33c479a0958fe147 (diff)
Remove bogus Assert in foreign key cloning code
This Assert was trying to ensure that the number of columns in the foreign key being cloned was the same number of attributes in the parentRel.  Of course, it's perfectly valid to have columns in the table which are not part of the foreign key constraint. It appears that this Assert was misunderstanding that. Reported-by: Rajkumar Raghuwanshi Reviewed-by: amul sul Discussion: https://postgr.es/m/CAKcux6=z1dtiWw5BOpqDx-U6KTiq+zD0Y2m810zUtWL+giVXWA@mail.gmail.com
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions