pgsql: postgres_fdw: Fix grammar.

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: postgres_fdw: Fix grammar.
Date: 2022-07-07 07:33:04
Message-ID: E1o9M0V-001bb4-1x@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

postgres_fdw: Fix grammar.

Oversight in commit 4036bcbbb; back-patch to v15 where that appeared.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/54bc816810bca2041bee4997efbe67e63d927bcc

Modified Files
--------------
contrib/postgres_fdw/connection.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2022-07-07 12:14:18 pgsql: Fix alias matching in transformLockingClause().
Previous Message Peter Eisentraut 2022-07-07 06:51:19 pgsql: Convert macros to static inline functions (block.h)