On Wed, Jul 26, 2023 at 1:07 PM PG Bug reporting form
<noreply@postgresql.org> wrote:
>
> The following bug has been logged on the website:
>
> Bug reference: 18036
> Logged by: Patrick Leamon
> Email address: patrick@redbubble.com
> PostgreSQL version: 14.3
> Operating system: Unsure - AWS Aurora PostgreSQL
> Description:
>
> Hi,
> I'm hitting some odd query plans. The structure of the query is like
> this:
>
> SELECT field1, field2, field3
> FROM my_table
> WHERE (field1, field2) IN (("a", "b"), ("c", "b"))
...
What do you get if you try this query on PostgreSQL?
--
Magnus Hagander
Me: https://www.hagander.net/
Work: https://www.redpill-linpro.com/