[BUGS] BUG #8451: quantile extension: memory corruption?

2013-09-13 Thread stephane . wustner
The following bug has been logged on the website: Bug reference: 8451 Logged by: strexxx Email address: stephane.wust...@lip6.fr PostgreSQL version: 9.1.9 Operating system: Linux 3.8.0-27-generic #40-Ubuntu SMP x86_64 Description: A query such as this one COPY (SELECT

[BUGS] Re: BUG #8444: ERROR: table name "tblb" specified more than once in subquery

2013-09-13 Thread David Johnston
Tom Lane-2 wrote > David Johnston < > polobo@ > > writes: >>> Here is a minimal query that demonstrates the problem. In 9.1 it works: >>> >>> chris=# select * FROM current_user u join (current_user u cross join >>> current_user v) x on true; >>> >>> On 9.3 it fails: >>> ERROR: table name "u"

Re: [BUGS] Re: BUG #8444: ERROR: table name "tblb" specified more than once in subquery

2013-09-13 Thread Tom Lane
David Johnston writes: >> Here is a minimal query that demonstrates the problem. In 9.1 it works: >> >> chris=# select * FROM current_user u join (current_user u cross join >> current_user v) x on true; >> >> On 9.3 it fails: >> ERROR: table name "u" specified more than once This is an intent

[BUGS] BUG #8446: CST FATAL: the database system is in recovery mode

2013-09-13 Thread dqwhappyday
The following bug has been logged on the website: Bug reference: 8446 Logged by: diaoqiwei Email address: dqwhappy...@163.com PostgreSQL version: 9.0.0 Operating system: centos Description: 2013-09-11 01:03:19 CST PANIC: stuck spinlock (0x2af93779bcd8) detected at dy

[BUGS] BUG #8450: pg_basebackup blocks until WAL archiving successful

2013-09-13 Thread stuart
The following bug has been logged on the website: Bug reference: 8450 Logged by: Stuart Bishop Email address: stu...@stuartbishop.net PostgreSQL version: 9.1.9 Operating system: all Description: Hi. pg_basebackup blocks until all necessary WAL files have been archiv