Re: Remove useless casts to (void *) - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: Remove useless casts to (void *)
Date
Msg-id c52898e7-b138-4c73-9ff1-52c7572c3f4b@proxel.se
Whole thread Raw
In response to Re: Remove useless casts to (void *)  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: Remove useless casts to (void *)
List pgsql-hackers
On 11/14/24 9:59 AM, Peter Eisentraut wrote:
> I'm more concerned that many of these just keep getting copied around 
> indiscriminately, and this is liable to hide actual type mismatches or 
> silently discard qualifiers.  So I'm arguing in favor of a more 
> restrictive style in this matter.

+1 I agree. This is likely to hide real issues.

Andreas




pgsql-hackers by date:

Previous
From: Andrei Lepikhov
Date:
Subject: Re: Improve statistics estimation considering GROUP-BY as a 'uniqueiser'
Next
From: Srirama Kucherlapati
Date:
Subject: RE: AIX support