Re: GROUP BY DISTINCT - Mailing list pgsql-hackers

From Tom Lane
Subject Re: GROUP BY DISTINCT
Date
Msg-id 3858396.1616110003@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  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
List pgsql-hackers
I wrote:
> This is gcc 4.5, but hopefully whatever shuts it up will also work on 4.7.
> I'll work on figuring that out.

Actually, the problem is pretty obvious after comparing this use
of foreach_delete_current() to every other one.  I'm not sure why
the compiler warnings are phrased just as they are, but the fix
I just pushed does make 4.5 happy.

            regards, tom lane



pgsql-hackers by date:

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