Re: [BUGS] BUG #2872: SELECT from view with OR fast in 8.1, slow in 8.2

2007-01-03 Thread Tom Lane
"Nicholas Vinen" <[EMAIL PROTECTED]> writes: > Sorry that I can't provide data, there's some private information in there, > but hopefully this will be easy enough to reproduce. Not really, without any sample data. > This was never a problem with 8.1.x. What plan did 8.1 use?

[BUGS] BUG #2872: SELECT from view with OR fast in 8.1, slow in 8.2

2007-01-03 Thread Nicholas Vinen
The following bug has been logged online: Bug reference: 2872 Logged by: Nicholas Vinen Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.0 Operating system: Linux (AMD64) Description:SELECT from view with OR fast in 8.1, slow in 8.2 Details: Sorry that I can