citus/src/backend
Jelte Fennema 3cb9d66105 Fix regression in foreign keys on distributed tables
In commit eadc88a we changed how we skip foreign key validation. The
goal was to skip it in more cases. However, one change had the
unintended regression of introducing failures when trying to create
certain foreign keys. This reverts that part of the change.

The new way of skipping validation of foreign keys skipped the
validation during execution. The reason that this caused this regression
was because some foreign key validation queries already fail during
planning. In those cases it never gets to the execution step where it
would later be skipped.

Fixes #6543
2023-01-23 14:25:09 +01:00
..
columnar Simplify columnar perf example (#6526) 2022-12-01 20:05:40 +01:00
distributed Fix regression in foreign keys on distributed tables 2023-01-23 14:25:09 +01:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00