From 59346209a839dfc627dd7986af3a6a8349c7ea0f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Dec 2022 12:15:54 -0500 Subject: [PATCH] C comment: fix wording Backpatch-through: master --- contrib/postgres_fdw/postgres_fdw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 1ceac2e0cf9..42fe58efc4f 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 -- 2.30.2