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-001bb3-17@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/82699edbfe75534b3b6f6f4321339a432b7b8ff2

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)