| From: | Jeff Davis <jdavis(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix dependency on FDW handler. |
| Date: | 2026-03-19 22:08:15 |
| Message-ID: | E1w3LXK-000YL5-1M@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(at)gmail(dot)com>
Discussion: https://postgr.es/m/35c44a4b7fb76d35418c4d66b775a88f4ce60c86.camel@j-davis.com
Backpatch-through: 14
Branch
------
REL_17_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/876fa84a275eea578b4a89bb910e184f98d991c2
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(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Davis | 2026-03-19 22:08:20 | pgsql: Fix dependency on FDW handler. |
| Previous Message | Jeff Davis | 2026-03-19 22:08:09 | pgsql: Fix dependency on FDW handler. |