| 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:31 |
| Message-ID: | E1w3LXa-000YNJ-2Y@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_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(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Rowley | 2026-03-20 01:16:26 | pgsql: Fix new tuple deforming code so it can support cstrings again |
| Previous Message | Jeff Davis | 2026-03-19 22:08:25 | pgsql: Fix dependency on FDW handler. |