Re: Problem, partition pruning for prepared statement with IS NULL clause. - Mailing list pgsql-hackers

From David Rowley
Subject Re: Problem, partition pruning for prepared statement with IS NULL clause.
Date
Msg-id CAApHDvovhSB8WkhZt9Y75w7+qvemXufkd4MvbNHf9jwjn3M9sw@mail.gmail.com
Whole thread Raw
In response to Re: Problem, partition pruning for prepared statement with IS NULL clause.  (Sergei Glukhov <s.glukhov@postgrespro.ru>)
Responses Re: Problem, partition pruning for prepared statement with IS NULL clause.
List pgsql-hackers
On Wed, 11 Oct 2023 at 22:09, Sergei Glukhov <s.glukhov@postgrespro.ru> wrote:
> Thanks for fixing this!
>
> I verified that issues are fixed.

Thanks for having a look.

Unfortunately, I'd not long sent the last email and realised that the
step_lastkeyno parameter is now unused and can just be removed from
both get_steps_using_prefix() and get_steps_using_prefix_recurse().
This requires some comment rewriting so I've attempted to do that too
in the attached updated version.

David

Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Add null termination to string received in parallel apply worker
Next
From: Ronan Dunklau
Date:
Subject: Re: LLVM 16 (opaque pointers)