Skip to content

Commit 5934620

Browse files
committed
C comment: fix wording
Backpatch-through: master
1 parent c4939f1 commit 5934620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/postgres_fdw.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ postgresReScanForeignScan(ForeignScanState *node)
16461646
return;
16471647

16481648
/*
1649-
* If the node is async-capable, and an asynchronous fetch for it has been
1649+
* If the node is async-capable, and an asynchronous fetch for it has
16501650
* begun, the asynchronous fetch might not have yet completed. Check if
16511651
* the node is async-capable, and an asynchronous fetch for it is still in
16521652
* progress; if so, complete the asynchronous fetch before restarting the

0 commit comments

Comments
 (0)