sql/catalog: validate that old foreign key representation is not in use #66262
Labels
A-schema-descriptors
Relating to SQL table/db descriptor handling.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Is your feature request related to a problem? Please describe.
In 19.2 we moved to a new foreign key representation. It took us a long time to migrate off of it. We now, finally, have. Nevertheless, we support restoring backups from versions where it was supported, so we need to keep the representation. This issue is follow-up work to validate that the representation is not used.
Relates to #58611
The text was updated successfully, but these errors were encountered: