Re: Why Postgres doesn't use TID scan? - Mailing list pgsql-performance

From Vladimir Ryabtsev
Subject Re: Why Postgres doesn't use TID scan?
Date
Msg-id CAMqTPqnDhk5TCK6urjGtd=_g6iecxdZVKu9r1jOS=YnF2n6fHA@mail.gmail.com
Whole thread Raw
In response to Re: Why Postgres doesn't use TID scan?  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Responses Re: Why Postgres doesn't use TID scan?
List pgsql-performance
> The fundamental issue is that "ANY" has two meanings in PG, one of them following the SQL standard and one not:

Oh yes, I was aware about two forms but it did not come into my mind, I was thinking I use the same form in both cases since my query returns only one row and column.
Thanks for pointing me into that.

--
Vlad

pgsql-performance by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: Why Postgres doesn't use TID scan?
Next
From: Rick Otten
Date:
Subject: Re: Why Postgres doesn't use TID scan?