mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
C comment: fix wording
Backpatch-through: master
This commit is contained in:
parent
c4939f1215
commit
59346209a8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user