Re: GROUP BY DISTINCT - Mailing list pgsql-hackers

From Tom Lane
Subject Re: GROUP BY DISTINCT
Date
Msg-id 3828009.1616109022@sss.pgh.pa.us
Whole thread Raw
In response to Re: GROUP BY DISTINCT  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: GROUP BY DISTINCT  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> Hmm ... prairiedog isn't showing the warning, but maybe gaur will.

Bingo:

parse_agg.c: In function 'expand_grouping_sets':
parse_agg.c:1851:5: warning: value computed is not used

This is gcc 4.5, but hopefully whatever shuts it up will also work on 4.7.
I'll work on figuring that out.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Maintaining a list of pgindent commits for "git blame" to ignore
Next
From: Tom Lane
Date:
Subject: Re: GROUP BY DISTINCT