Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4939f1 commit 5934620Copy full SHA for 5934620
contrib/postgres_fdw/postgres_fdw.c
@@ -1646,7 +1646,7 @@ postgresReScanForeignScan(ForeignScanState *node)
1646
return;
1647
1648
/*
1649
- * 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
1650
* begun, the asynchronous fetch might not have yet completed. Check if
1651
* the node is async-capable, and an asynchronous fetch for it is still in
1652
* progress; if so, complete the asynchronous fetch before restarting the
0 commit comments