diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/indexam.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/indexam.sgml b/doc/src/sgml/indexam.sgml index d5adb58c163..1aa4741a8ea 100644 --- a/doc/src/sgml/indexam.sgml +++ b/doc/src/sgml/indexam.sgml @@ -895,7 +895,7 @@ amtranslatestrategy (StrategyNumber strategy, Oid opfamily, Oid opcintype); StrategyNumber amtranslatecmptype (CompareType cmptype, Oid opfamily, Oid opcintype); </programlisting> - These functions, if implemented, will be called by the planer and executor + These functions, if implemented, will be called by the planner and executor to convert between fixed <type>CompareType</type> values and the specific strategy numbers used by the access method. These functions can be implemented by access methods that implement functionality similar to the |