Re: Remove useless casts to (char *)

From: Vladlen Popolitov <v(dot)popolitov(at)postgrespro(dot)ru>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, 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-27 06:46:47
Message-ID: 51389e6ec2784659e1161b394037eb4e@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Paquier писал(а) 2025-03-27 05:20:
> 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
Hi Michel,

I changed the debugging extension in VScode and this issue disappeared.
I am sorry for disturbing and taking your time.

--
Best regards,

Vladlen Popolitov.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2025-03-27 07:10:35 Re: Reduce "Var IS [NOT] NULL" quals during constant folding
Previous Message Amit Kapila 2025-03-27 06:45:51 Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.