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 6f9de97 commit 9896482Copy full SHA for 9896482
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