mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix misc typos in comments.
Spotted mostly by Fabien Coelho. Discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1901230947050.16643@lancre
This commit is contained in:
@ -2771,7 +2771,7 @@ estimate_path_cost_size(PlannerInfo *root,
|
||||
run_cost += cpu_tuple_cost * numGroups;
|
||||
run_cost += ptarget->cost.per_tuple * numGroups;
|
||||
|
||||
/* Accout for the eval cost of HAVING quals, if any */
|
||||
/* Account for the eval cost of HAVING quals, if any */
|
||||
if (root->parse->havingQual)
|
||||
{
|
||||
QualCost remote_cost;
|
||||
|
Reference in New Issue
Block a user