]> 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:00:58 +0000 (15:00 -0700)
commita19edb66a847b596a669941810f99686fb77a7b7
tree8b29a9869db19d41dd11517603c5ef03d0530006
parentda21ecf5798c809fe06d2c5f00bc8b14ba8ed240
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