mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Remove duplicated words split across lines in comments
This has been detected using some interesting tricks with sed, and the method used is mentioned in details in the discussion below. Author: Justin Pryzby Discussion: https://postgr.es/m/20180908013109.GB15350@telsasoft.com
This commit is contained in:
@@ -2483,7 +2483,7 @@ get_matching_range_bounds(PartitionPruneContext *context,
|
||||
|
||||
/*
|
||||
* If the query does not constrain all key columns, we'll need to scan the
|
||||
* the default partition, if any.
|
||||
* default partition, if any.
|
||||
*/
|
||||
if (nvalues < partnatts)
|
||||
result->scan_default = partition_bound_has_default(boundinfo);
|
||||
|
Reference in New Issue
Block a user