Re: Remove useless casts to (void *)

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove useless casts to (void *)
Date: 2024-11-28 03:54:32
Message-ID: c52898e7-b138-4c73-9ff1-52c7572c3f4b@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Srirama Kucherlapati 2024-11-28 03:56:49 RE: AIX support
Previous Message Andrei Lepikhov 2024-11-28 02:39:18 Re: Improve statistics estimation considering GROUP-BY as a 'uniqueiser'