Re: Fix missing EvalPlanQual recheck for TID scans

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>, Sophie Alpert <pg(at)sophiebits(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Fix missing EvalPlanQual recheck for TID scans
Date: 2025-09-15 09:29:33
Message-ID: 8B64CA9C-F678-4834-AC1C-F09A469D5C3F@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Sep 15, 2025, at 16:12, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:
>
>
>
> Then the solution of TidListEval() is correct, and the only issue is repeatedly calling TidListEval() on every recheck.
>

I want to add that, the issue of repeatedly calling TidListEval() is not a problem of this patch. I am okay if you decide to defer the problem to a separate patch.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Madhukar . 2025-09-15 09:31:07 AioCtl Shared Memory size fix
Previous Message Peter Eisentraut 2025-09-15 09:25:31 Re: allow benign typedef redefinitions (C11)