mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Fix typo.
Etsuro Fujita
This commit is contained in:
parent
34263e8e4a
commit
b994acf705
@ -793,7 +793,7 @@ RecheckForeignScan (ForeignScanState *node, TupleTableSlot *slot);
|
||||
<literal>ForeignScan</>. When a recheck is required, this subplan
|
||||
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
|
||||
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>
|
||||
</sect2>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user