]> 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:02:18 +0000 (15:02 -0700)
commit876fa84a275eea578b4a89bb910e184f98d991c2
tree0b91da9b5fe5881cc9a4e6c1b02f2e7f08094e99
parent8ee536c89517c0d2fc9df2177eb1e51e61367a68
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