Re: Remove useless casts to (char *)

2025-03-26 Thread Vladlen Popolitov
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 wi

Re: Remove useless casts to (char *)

2025-03-26 Thread Michael Paquier
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) > ha

Re: Remove useless casts to (char *)

2025-03-26 Thread Vladlen Popolitov
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/f28

Re: Remove useless casts to (char *)

2025-02-23 Thread Peter Eisentraut
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. I had a more thorough read-through this time (as well as applying and building it), and it does make the code a lot more readab

Re: Remove useless casts to (char *)

2025-02-10 Thread Dagfinn Ilmari Mannsåker
Peter Eisentraut writes: > On 06.02.25 12:49, Dagfinn Ilmari Mannsåker wrote: >> I have only skimmed the patches, but one hunk jumped out at me: >> Peter Eisentraut writes: >> >>> diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c >>> index 1bf27d93cfa..937a2b02a4f 100644 >>>

Re: Remove useless casts to (char *)

2025-02-06 Thread Dagfinn Ilmari Mannsåker
Hi Peter, I have only skimmed the patches, but one hunk jumped out at me: Peter Eisentraut writes: > diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c > index 1bf27d93cfa..937a2b02a4f 100644 > --- a/src/backend/libpq/pqcomm.c > +++ b/src/backend/libpq/pqcomm.c > @@ -1368,7 +1