Re: Damage control for planner's get_actual_variable_endpoint() runaway - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: Damage control for planner's get_actual_variable_endpoint() runaway
Date
Msg-id 20221121173431.GW11463@telsasoft.com
Whole thread Raw
In response to Re: Damage control for planner's get_actual_variable_endpoint() runaway  (Jakub Wartak <jakub.wartak@enterprisedb.com>)
List pgsql-hackers
This patch version runs "continue" unconditionally (rather than
conditionally, like the previous version).

                        if (!index_fetch_heap(index_scan, tableslot))
                                continue;               /* no visible tuple, try next index entry */




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Damage control for planner's get_actual_variable_endpoint() runaway
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Prevent instability in contrib/pageinspect's regression test.