diff options
author | Bruce Momjian <bruce@momjian.us> | 2022-12-16 12:15:54 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2022-12-16 12:15:54 -0500 |
commit | 59346209a839dfc627dd7986af3a6a8349c7ea0f (patch) | |
tree | 0ff830fe8ab1570f3d2bcd3b1ba7896c16e7fe23 /contrib/postgres_fdw/postgres_fdw.c | |
parent | c4939f121563f300b98b30837151753fc8255554 (diff) | |
download | postgresql-59346209a839dfc627dd7986af3a6a8349c7ea0f.tar.gz postgresql-59346209a839dfc627dd7986af3a6a8349c7ea0f.zip |
C comment: fix wording
Backpatch-through: master
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r-- | contrib/postgres_fdw/postgres_fdw.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |