[BUGS] BUG #6352: Getting signal 7: Bus error

2011-12-22 Thread sebas
The following bug has been logged on the website: Bug reference: 6352 Logged by: Sebastian Email address: se...@metasite.net PostgreSQL version: 8.4.9 Operating system: CentOS 5.7 on OpenVz (2.6.32-042stab044.11) Description: When trying to import dump getting this:

Re: [BUGS] BUG #6352: Getting signal 7: Bus error

2011-12-22 Thread Kevin Grittner
wrote: > PostgreSQL version: 8.4.9 > Operating system: CentOS 5.7 on OpenVz (2.6.32-042stab044.11) > LOG: server process (PID 30683) was terminated by signal 7: Bus > error > LOG: terminating any other active server processes We've had a few reports like this lately, all on VMs. H

Re: [BUGS] Postgresql 9.1.2 - abnormal memory usage

2011-12-22 Thread Andres Freund
Hi, On Friday, December 16, 2011 01:50:03 PM Havasvölgyi Ottó wrote: > A simple query "insert into mytable default values" on a single > serial-column table also leaks. It can also produced by pgbench. On > Windows and Linux too. Youve mentioned that in several threads now. If you really think th

[BUGS] BUG #6353: If there is invalid line in pg_hba.conf, DB start fails without any nofice and no logs in pgstartup.

2011-12-22 Thread erkan
The following bug has been logged on the website: Bug reference: 6353 Logged by: Erkan Durmus Email address: er...@eurotel.com.tr PostgreSQL version: 9.0.6 Operating system: Centos 5.7 Description: Hi, Firstly, thanks for developing Pgsql! Problem: If I add this line

Re: [BUGS] BUG #6351: ERROR: btree index keys must be ordered by attribute

2011-12-22 Thread Tom Lane
christian_oede...@gmx.de writes: > our OR-Mapper accidently created an index that contained the same column > twice, with the result that some SELECTs could not be executed anymore and > gave the error message "btree index keys must be ordered by attribute". > The problem can be reproduced with a

Re: [BUGS] BUG #6353: If there is invalid line in pg_hba.conf, DB start fails without any nofice and no logs in pgstartup.

2011-12-22 Thread Euler Taveira de Oliveira
On 22-12-2011 12:53, er...@eurotel.com.tr wrote: > If I add this line to pg_hba.conf, it causes a silent startup failure: > localallbackup 127.0.0.1/32 trust > There is a linux user backup on this system. After adding this line and > issue "pg_ctl reload" it signals s

Re: [BUGS] BUG #6353: If there is invalid line in pg_hba.conf, DB start fails without any nofice and no logs in pgstartup.

2011-12-22 Thread Tom Lane
er...@eurotel.com.tr writes: > If I add this line to pg_hba.conf, it causes a silent startup failure: > localallbackup 127.0.0.1/32 trust > There is a linux user backup on this system. After adding this line and > issue "pg_ctl reload" it signals server successfully,