mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Fix typos and grammar in code comments
Several mistakes have piled in the code comments over the time, including incorrect grammar, function names and simple typos. This commit takes care of a portion of these. No backpatch is done as this is only cosmetic. Author: Justin Pryzby Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com
This commit is contained in:
@@ -105,7 +105,7 @@ compare_path_costs(Path *path1, Path *path2, CostSelector criterion)
|
||||
}
|
||||
|
||||
/*
|
||||
* compare_path_fractional_costs
|
||||
* compare_fractional_path_costs
|
||||
* Return -1, 0, or +1 according as path1 is cheaper, the same cost,
|
||||
* or more expensive than path2 for fetching the specified fraction
|
||||
* of the total tuples.
|
||||
|
Reference in New Issue
Block a user