projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4939f1
)
C comment: fix wording
author
Bruce Momjian
<bruce@momjian.us>
Fri, 16 Dec 2022 17:15:54 +0000
(12:15 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 16 Dec 2022 17:15:54 +0000
(12:15 -0500)
Backpatch-through: master
contrib/postgres_fdw/postgres_fdw.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgres_fdw/postgres_fdw.c
b/contrib/postgres_fdw/postgres_fdw.c
index 1ceac2e0cf9c6168be47a8217843d9758abb31ec..42fe58efc4f3708334632cdfe3b73ca4186925f3 100644
(file)
--- 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