Re: Replace IN VALUES with ANY in WHERE clauses during optimization

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Alena Rybakina <a(dot)rybakina(at)postgrespro(dot)ru>, Andrei Lepikhov <lepihov(at)gmail(dot)com>, Ivan Kush <ivan(dot)kush(at)tantorlabs(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Subject: Re: Replace IN VALUES with ANY in WHERE clauses during optimization
Date: 2025-04-04 15:17:53
Message-ID: 1856886.1743779873@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)anarazel(dot)de> writes:
> This just failed on both buildfarm and CI:

Yeah, the plan for that join seems fairly unstable. Is there
actually any need for the join to pg_am?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alena Rybakina 2025-04-04 15:19:37 Re: Replace IN VALUES with ANY in WHERE clauses during optimization
Previous Message Fujii Masao 2025-04-04 15:10:41 Re: Extend ALTER DEFAULT PRIVILEGES for large objects