]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix dependency on FDW handler.
authorJeff Davis <jdavis@postgresql.org>
Thu, 19 Mar 2026 21:59:07 +0000 (14:59 -0700)
committerJeff Davis <jdavis@postgresql.org>
Thu, 19 Mar 2026 22:01:22 +0000 (15:01 -0700)
commit3a35ab1d0126802045e7133788647a549ea6fa98
treecd4e23457c5e77bbc7b695e89ca836b3e2ce8ad8
parentfa9f2e31756225f4e17103d22d9e651bf8d41941
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 <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/35c44a4b7fb76d35418c4d66b775a88f4ce60c86.camel@j-davis.com
Backpatch-through: 14
src/backend/commands/foreigncmds.c
src/test/regress/expected/foreign_data.out
src/test/regress/sql/foreign_data.sql