1
0
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:
Michael Paquier
2018-09-08 12:24:19 -07:00
parent 361844fe56
commit 9226a3b89b
9 changed files with 11 additions and 11 deletions

View File

@@ -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);