mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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 <jacob.brazeal@gmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/CA+COZaCgGua25f2hSrjrDLJcJJAHkwoKgTTqUy-wyL1=64JNjw@mail.gmail.com
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user