Re: Comment typo in nodeWindowAgg.c - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Comment typo in nodeWindowAgg.c
Date
Msg-id AANLkTin8xndHRPm-8S43iQz9WAa4MO-6KMDVErjck41n@mail.gmail.com
Whole thread Raw
In response to Comment typo in nodeWindowAgg.c  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
On Tue, Dec 21, 2010 at 4:17 PM, Andreas Karlsson <andreas@proxel.se> wrote:
> Found a couple of small typos in the comments of nodeWindowAgg.c when
> they refer to functions in nodeAgg.c. The pluralities of the function
> names (initialize_aggregates and advance_aggregates) are wrong. The
> reference to "finalize_aggregate" is correct though.

Committed, thanks.  But please attach patches rather than including them inline.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: How much do the hint bits help?
Next
From: Robert Haas
Date:
Subject: Re: strncmp->memcmp when we know the shorter length