pgsql: postgres_fdw: Fix thinko in comment for UserMappingPasswordRequi

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: postgres_fdw: Fix thinko in comment for UserMappingPasswordRequi
Date: 2026-02-27 08:07:33
Message-ID: E1vvssn-001N8d-0s@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

postgres_fdw: Fix thinko in comment for UserMappingPasswordRequired().

This commit also rephrases this comment to improve readability.

Oversight in commit 6136e94dc.

Reported-by: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
Author: Andreas Karlsson <andreas(at)proxel(dot)se>
Co-authored-by: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAPmGK16pDnM_wU3kmquPj-M9MYqG3y0BdntRZ0eytqbCaFY3WQ%40mail.gmail.com
Backpatch-through: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e72bde9017c0bbac6e54ebc6cc58cde96855d289

Modified Files
--------------
contrib/postgres_fdw/connection.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2026-02-27 09:55:35 pgsql: Don't include proc.h in shm_mq.h
Previous Message Jeff Davis 2026-02-26 23:31:59 pgsql: Yet another ltree fix for REL_18_STABLE.