Re: [BUGS] BUG #7580: repeatable test case for the BUG #7579

2012-10-03 Thread Tom Lane
maxim.bo...@gmail.com writes: > create table t1 as select id from generate_series(1,10) as g(id); > create table t2 as select id from generate_series(1,10) as g(id); > alter table t1 add primary key (id); > alter table t2 add primary key (id); > analyze t1; > analyze t2; > explain select *

[BUGS] BUG #7580: repeatable test case for the BUG #7579

2012-10-03 Thread maxim . boguk
The following bug has been logged on the website: Bug reference: 7580 Logged by: Maxim Boguk Email address: maxim.bo...@gmail.com PostgreSQL version: 9.2.1 Operating system: Linux Description: create table t1 as select id from generate_series(1,10) as g(id); crea