diff options
author | Daniel Gustafsson | 2025-04-11 20:17:12 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2025-04-11 20:17:12 +0000 |
commit | 847bbb21f8c4eb0e2b47417684ad2ba9255c9e80 (patch) | |
tree | 23991d3e0bf7ed3c3cbe758d2f4018c3b3676dd3 /doc | |
parent | 5822bf21d50eb3a4938066951727294e3d33ca6c (diff) |
Fix recently introduced typos
This fixes typos in docs and comments introduced during the v18
development cycle, to keep them from ending up in backbranches.
Author: Jacob Brazeal <[email protected]>
Reviewed-by: Daniel Gustafsson <[email protected]>
Discussion: https://postgr.es/m/CA+COZaCgGua25f2hSrjrDLJcJJAHkwoKgTTqUy-wyL1=64JNjw@mail.gmail.com
Diffstat (limited to 'doc')
-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 |