[BUGS] BUG #7579: repeatable Segmentation fault on some query (even in Explain)

2012-10-03 Thread maxim . boguk
The following bug has been logged on the website: Bug reference: 7579 Logged by: Maxim Boguk Email address: maxim.bo...@gmail.com PostgreSQL version: 9.2.1 Operating system: Linux Description: Hi, After testing migration to 9.2.1, Segmentation fault query were found.

[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

[BUGS] BUG #7581: changing blocksize makes tests fail

2012-10-03 Thread wdauchy
The following bug has been logged on the website: Bug reference: 7581 Logged by: William Dauchy Email address: wdau...@gmail.com PostgreSQL version: 9.2.1 Operating system: Linux Description: I tried to compile pgsql9.2 with the following options: --with-blocksize=16

Re: [BUGS] BUG #7581: changing blocksize makes tests fail

2012-10-03 Thread Tom Lane
wdau...@gmail.com writes: > I tried to compile pgsql9.2 with the following options: --with-blocksize=16 > and --with-wal-blocksize=16. > Some tests failed. I didn't have the issue with pgsql9.1. This is not a bug. There are any number of changes you could make that would affect either plan select

Re: [BUGS] BUG #7581: changing blocksize makes tests fail

2012-10-03 Thread William Dauchy
Hello Tom, Thank you for your reply, On Wed, Oct 3, 2012 at 4:07 PM, Tom Lane wrote: > This is not a bug. There are any number of changes you could make that > would affect either plan selection or row ordering (which usually means > the same thing) in the regression tests; block size is one, a

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 *

Re: [BUGS] BUG #7578: Not able to drop user if S/he has permission on tablespace

2012-10-03 Thread Alvaro Herrera
Excerpts from wheelly's message of mar oct 02 05:49:27 -0300 2012: > Where is a bug in PostgreSQL or in documentation? I think it was a bug in the code. I have committed a patch that should fix this problem. -- Álvaro Herrerahttp://www.2ndQuadrant.com/ PostgreSQL Development, 2

[BUGS] RE:Re: BUG #7556 addition info

2012-10-03 Thread l1t
My Server has 4GB mem and OS is Windows 2008 R2. I downloaded the latest version,and the cost of "not in" is much higher than that of "not exist".Please see attachment for detail. As the time of query is very long,I didn't get the explain analyze result. I think the id columns of table a and b are

[BUGS] RE:Re: BUG #7556 addition info

2012-10-03 Thread l1t
I downloaded the latest version,and the cost of "not in" is much higher than that of "not exist". please see attachment for detail. As the time of query is very long,I didn't get the explain analyze result. I think the id columns of table a and b are not null, so the query of "not in" and "not

[BUGS] BUG #7582: Could not run PostgreSQL service

2012-10-03 Thread sybrain
The following bug has been logged on the website: Bug reference: 7582 Logged by: Rain Email address: sybr...@mail.ru PostgreSQL version: 9.2.1 Operating system: Windows 7 x64 Description: Service was started and then stopped. Some services automatically stop if they a

Re: [BUGS] RE:Re: BUG #7556 addition info

2012-10-03 Thread Tom Lane
l...@tom.com writes: > I think the id columns of table a and b are not null, so the query of "not > in" and "not exists" are equal,they should use similar plans. NOT IN and NOT EXISTS are *not* equivalent. Per SQL standard, NOT IN has different (and usually not very desirable) behavior with NUL

Re: [BUGS] BUG #7573: data loss in corner case using delete_old_cluster.sh (pg_upgrade)

2012-10-03 Thread Maxim Boguk
> > Test database have a bit unusual tablespace layout: > > main tablespace partition was mounted inside data directory of the old > > cluster... > > E.g.: > > data directory - /var/lib/postgresql/9.2/main > > main tablespace (another partition mount point) - > > /var/lib/postgresql/9.2/main/larged

[BUGS] Pg_stat_replication shows sync standby with flush location behind primary in 9.1.5

2012-10-03 Thread Mark Kirkwood
I am seeing the situation where the reported flush location for the sync standby (standby1 below) is *behind* the reported current xlog location of the primary. This is Postgres 9.1.5 , and I was under the impression that transactions initiated on the master do not commit until the correspondin

Re: [BUGS] Pg_stat_replication shows sync standby with flush location behind primary in 9.1.5

2012-10-03 Thread Simon Riggs
On 4 October 2012 05:32, Mark Kirkwood wrote: > I am seeing the situation where the reported flush location for the sync > standby (standby1 below) is *behind* the reported current xlog location of > the primary. This is Postgres 9.1.5 , and I was under the impression that > transactions initiated