pgsql: postgres_fdw: Improve comment about handling of asynchronous req

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: postgres_fdw: Improve comment about handling of asynchronous req
Date: 2024-04-11 10:33:29
Message-ID: E1rurkH-001aEz-El@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

postgres_fdw: Improve comment about handling of asynchronous requests.

We updated this comment in back branches (see commit f6f61a4bd et al);
let's do so in HEAD as well for consistency.

Discussion: https://postgr.es/m/CAPmGK142V1kqDfjo2H%2Bb54JTn2woVBrisFq%2B%3D9jwXwxr0VvbgA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/56c6703bd0beb1ade7816d6bdc4372c4933ec461

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-04-11 10:50:49 pgsql: meson: Remove obsolete function test
Previous Message Etsuro Fujita 2024-04-11 10:13:21 pgsql: Fix WaitEventSet resource leak in WaitLatchOrSocket().