Skip to content
Snippets Groups Projects
Commit 348bcd86 authored by Robert Haas's avatar Robert Haas
Browse files

Fix typo.

Etsuro Fujita
parent 84ac126e
No related branches found
No related tags found
No related merge requests found
...@@ -793,7 +793,7 @@ RecheckForeignScan (ForeignScanState *node, TupleTableSlot *slot); ...@@ -793,7 +793,7 @@ RecheckForeignScan (ForeignScanState *node, TupleTableSlot *slot);
<literal>ForeignScan</>. When a recheck is required, this subplan <literal>ForeignScan</>. When a recheck is required, this subplan
can be executed and the resulting tuple can be stored in the slot. can be executed and the resulting tuple can be stored in the slot.
This plan need not be efficient since no base table will return more This plan need not be efficient since no base table will return more
that one row; for example, it may implement all joins as nested loops. than one row; for example, it may implement all joins as nested loops.
</para> </para>
</sect2> </sect2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment