Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 348bcd8

Browse files
committed
Fix typo.
Etsuro Fujita
1 parent 84ac126 commit 348bcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/fdwhandler.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ RecheckForeignScan (ForeignScanState *node, TupleTableSlot *slot);
793793
<literal>ForeignScan</>. When a recheck is required, this subplan
794794
can be executed and the resulting tuple can be stored in the slot.
795795
This plan need not be efficient since no base table will return more
796-
that one row; for example, it may implement all joins as nested loops.
796+
than one row; for example, it may implement all joins as nested loops.
797797
</para>
798798
</sect2>
799799

0 commit comments

Comments
 (0)