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

From Michael Paquier
Subject Re: Remove useless casts to (char *)
Date
Msg-id Z-R9qWPf7yKyYsOl@paquier.xyz
Whole thread Raw
In response to Re: Remove useless casts to (char *)  (Vladlen Popolitov <v.popolitov@postgrespro.ru>)
Responses Re: Remove useless casts to (char *)
List pgsql-hackers
On Wed, Mar 26, 2025 at 10:01:47PM +0700, Vladlen Popolitov wrote:
> I mentioned this patch in my message
https://www.postgresql.org/message-id/f28f3b45ec84bf9dc99fe129023a2d6b%40postgrespro.ru
> Starting from it queries with Parallel Seq Scan (probably with other
> parallel executor nodes)
> hang under the debugger in Linux and MacOs.

Uh.  How could a simple cast impact a parallel seqscan?  That seems
unrelated to me.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Fix infinite loop from setting scram_iterations to INT_MAX
Next
From: Daniel Gustafsson
Date:
Subject: Re: Adding support for SSLKEYLOGFILE in the frontend