Re: Remove useless casts to (char *)

From: Vladlen Popolitov <v(dot)popolitov(at)postgrespro(dot)ru>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove useless casts to (char *)
Date: 2025-03-26 15:01:47
Message-ID: ac386352ea60f369851fff8c2a902832@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut писал(а) 2025-02-23 21:23:
> I have committed the rest of this with the adjustments you suggested.
>
>
> On 10.02.25 18:44, Dagfinn Ilmari Mannsåker wrote:
>>> Here is a new patch set rebased over that.
Hi

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.
--
Best regards,

Vladlen Popolitov.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2025-03-26 15:09:53 Re: vacuum_truncate configuration parameter and isset_offset
Previous Message Robert Haas 2025-03-26 15:01:36 Re: Better HINT message for "unexpected data beyond EOF"