mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
C comment: fix wording
Backpatch-through: master
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user