On Fri, 2013-07-19 at 21:29 +0530, Atri Sharma wrote:
> Hi all,
> 
> This is our current work-in-progress patch for WITHIN GROUP.

Please fix these compiler warnings:

parse_agg.c: In function ‘check_ungrouped_columns_walker’:
parse_agg.c:848:3: warning: passing argument 1 of 
‘check_ungrouped_columns_walker’ from incompatible pointer type [enabled by 
default]
parse_agg.c:822:1: note: expected ‘struct Node *’ but argument is of type 
‘struct List *’

parse_func.c: In function ‘make_fn_arguments’:
parse_func.c:1540:9: warning: assignment from incompatible pointer type 
[enabled by default]
parse_func.c:1547:15: warning: assignment from incompatible pointer type 
[enabled by default]




-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to