Re: Remove useless casts to (void *)

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Andreas Karlsson <andreas(at)proxel(dot)se>, 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 07:50:32
Message-ID: 8da4a1fc-5cd3-4414-a8a1-57929b85285c@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Anthonin Bonnefoy 2024-11-28 07:53:09 Re: Consider pipeline implicit transaction as a transaction block
Previous Message 孤傲小二~阿沐 2024-11-28 07:46:47 Added prosupport function for estimating numeric generate_series rows