Re: BUG #19638: Planner chooses an index-only scan for an index AM without amcanreturn, and execution fails - Mailing list pgsql-bugs

From Andrey Rachitskiy
Subject Re: BUG #19638: Planner chooses an index-only scan for an index AM without amcanreturn, and execution fails
Date
Msg-id CAB8bMit+uS_sdXTa_8eqRJwN-K3LcaCJNoADz5ZHOdSwe_h3Nw@mail.gmail.com
Whole thread
In response to BUG #19638: Planner chooses an index-only scan for an index AM without amcanreturn, and execution fails  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs

пн, 24 авг. 2026 г. в 23:52, Manuel Reyes Bravo <manuelreyesbravo@gmail.com>:
    unpatched:  Aggregate -> Index Only Scan using i_expr on t_expr
    patched:    Aggregate -> Seq Scan on t_expr (disabled)

Agreed, v3 fixed this.

--
Regards,
Rachitskiy Andrey
Attachment

pgsql-bugs by date:

Previous
From: Manuel Reyes Bravo
Date:
Subject: Re: BUG #19638: Planner chooses an index-only scan for an index AM without amcanreturn, and execution fails
Next
From: Bharath Rupireddy
Date:
Subject: Re: autovacuum: automatically propagate updated parameters