mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Fix inconsistencies and typos in the tree, take 10
This addresses some issues with unnecessary code comments, fixes various typos in docs and comments, and removes some orphaned structures and definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/9aabc775-5494-b372-8bcb-4dfc0bd37c68@gmail.com
This commit is contained in:
@ -1514,7 +1514,7 @@ partition_rbound_cmp(int partnatts, FmgrInfo *partsupfunc,
|
||||
/*
|
||||
* partition_rbound_datum_cmp
|
||||
*
|
||||
* Return whether range bound (specified in rb_datums, rb_kind, and rb_lower)
|
||||
* Return whether range bound (specified in rb_datums and rb_kind)
|
||||
* is <, =, or > partition key of tuple (tuple_datums)
|
||||
*
|
||||
* n_tuple_datums, partsupfunc and partcollation give number of attributes in
|
||||
|
@ -2127,7 +2127,7 @@ match_clause_to_partition_key(GeneratePruningStepsContext *context,
|
||||
|
||||
/*
|
||||
* Now generate a list of clauses, one for each array element, of the
|
||||
* form saop_leftop saop_op elem_expr
|
||||
* form leftop saop_op elem_expr
|
||||
*/
|
||||
elem_clauses = NIL;
|
||||
foreach(lc1, elem_exprs)
|
||||
|
Reference in New Issue
Block a user