]> git.ipfire.org Git - thirdparty/postgresql.git/commit
postgres_fdw: reject use_scram_passthrough for subscriptions. REL_19_STABLE github/REL_19_STABLE
authorJeff Davis <jdavis@postgresql.org>
Mon, 3 Aug 2026 20:41:17 +0000 (13:41 -0700)
committerJeff Davis <jdavis@postgresql.org>
Mon, 3 Aug 2026 20:44:24 +0000 (13:44 -0700)
commit8c1723f550a7adf6373c8c507e819fc3249d793a
tree817bdf3dd918ac52d4fb72e12c459365da913ce6
parent608704adee75fd4316a10f4aa9a93aa8c6dc7eeb
postgres_fdw: reject use_scram_passthrough for subscriptions.

The subscription is initiated from a logical replication worker, so
SCRAM pass-through won't work.

Partially addresses finding 3 in report from linked discussion.

Reported-by: Noah Misch <noah@leadboat.com>
Discussion: https://postgr.es/m/20260710195902.4f.noahmisch@microsoft.com
Backpatch-through: 19
contrib/postgres_fdw/connection.c
contrib/postgres_fdw/t/010_subscription.pl
doc/src/sgml/postgres-fdw.sgml