mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done in the v18 development cycle. Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com
This commit is contained in:
@@ -1592,7 +1592,7 @@ typedef struct
|
||||
* equivalent and closely-related orderings. (See optimizer/README for more
|
||||
* information.)
|
||||
*
|
||||
* Note: pk_strategy is either COMPARE_LT (for ASC) or COMPARE_GT (for DESC).
|
||||
* Note: pk_cmptype is either COMPARE_LT (for ASC) or COMPARE_GT (for DESC).
|
||||
*/
|
||||
typedef struct PathKey
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user