From: Bruce Momjian Date: Fri, 16 Dec 2022 17:15:54 +0000 (-0500) Subject: C comment: fix wording X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=59346209a839dfc627dd7986af3a6a8349c7ea0f;p=users%2Frhaas%2Fpostgres.git C comment: fix wording Backpatch-through: master --- diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 1ceac2e0cf..42fe58efc4 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -1646,7 +1646,7 @@ postgresReScanForeignScan(ForeignScanState *node) return; /* - * If the node is async-capable, and an asynchronous fetch for it has been + * If the node is async-capable, and an asynchronous fetch for it has * begun, the asynchronous fetch might not have yet completed. Check if * the node is async-capable, and an asynchronous fetch for it is still in * progress; if so, complete the asynchronous fetch before restarting the