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

From Peter Eisentraut
Subject Re: Remove useless casts to (void *)
Date
Msg-id 8da4a1fc-5cd3-4414-a8a1-57929b85285c@eisentraut.org
Whole thread Raw
In response to Re: Remove useless casts to (void *)  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: Remove useless casts to (void *)
List pgsql-hackers
On 28.11.24 04:54, Andreas Karlsson wrote:
> 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.

Committed, thanks.




pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: More CppAsString2() in psql's describe.c
Next
From: Anthonin Bonnefoy
Date:
Subject: Re: Consider pipeline implicit transaction as a transaction block