From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Pass incompletely-transformed aggregate argument lists as |
Date: | 2010-03-17 16:52:38 |
Message-ID: | 20100317165238.7898A7541D0@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Pass incompletely-transformed aggregate argument lists as separate parameters
to transformAggregateCall, instead of abusing fields in Aggref to carry them
temporarily. No change in functionality but hopefully the code is a bit
clearer now. Per gripe from Gokulakannan Somasundaram.
Modified Files:
--------------
pgsql/src/backend/parser:
parse_agg.c (r1.92 -> r1.93)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_agg.c?r1=1.92&r2=1.93)
parse_func.c (r1.222 -> r1.223)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_func.c?r1=1.222&r2=1.223)
pgsql/src/include/parser:
parse_agg.h (r1.42 -> r1.43)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/parser/parse_agg.h?r1=1.42&r2=1.43)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2010-03-17 17:12:31 | pgsql: Update broken and permanently moved links |
Previous Message | Tom Lane | 2010-03-17 15:55:55 | pgsql: Fix incorrect example in CREATE INDEX reference page, per Josh |