Fix dependency on FDW handler. ALTER FOREIGN DATA WRAPPER could drop the dependency on the handler function if it wasn't explicitly specified.
Reviewed-by: Nathan Bossart <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14 Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/c6f369e585e93f73cec21aff8974a8610572f446 Modified Files -------------- src/backend/commands/foreigncmds.c | 5 +++++ src/test/regress/expected/foreign_data.out | 7 +++++++ src/test/regress/sql/foreign_data.sql | 5 +++++ 3 files changed, 17 insertions(+)
