[BUGS] BUG #6386: PITR never find a consistent recovery point

2012-01-07 Thread max . kunz
The following bug has been logged on the website: Bug reference: 6386 Logged by: Max Kunz Email address: max.k...@atip.de PostgreSQL version: 9.0.0 Operating system: CentOs Description: Hello, i've got a Problem during PITR. The Systems stops always with fatal error

[BUGS] BUG #6385: extract epoch at timezone returns wrong value

2012-01-07 Thread sreeraj
The following bug has been logged on the website: Bug reference: 6385 Logged by: Sreeraj S Email address: sree...@ordyn.com PostgreSQL version: 9.1.2 Operating system: Windows Vista Professional Description: Below is given psql output - I am in timezone UTC+05:30 (Ind

[BUGS] BUG #6387: eror

2012-01-07 Thread golodnew
The following bug has been logged on the website: Bug reference: 6387 Logged by: golodnew Email address: golod...@mail.ru PostgreSQL version: 9.1.1 Operating system: windows xp Description: can't connect to postgres sql (wrong server,port,or firewall enabled?). progr

[BUGS] BUG #6388: I can not install postgre Sql

2012-01-07 Thread stoian_cris2004
The following bug has been logged on the website: Bug reference: 6388 Logged by: stoian Email address: stoian_cris2...@yahoo.com PostgreSQL version: 8.4.10 Operating system: windows XP Description: I can not install postgre Sql . I get the following message: Sorry, co

Re: [BUGS] [PATCH v3] Use CC atomic builtins on ARM

2012-01-07 Thread Tom Lane
Martin Pitt writes: > Tom Lane [2011-12-21 10:55 -0500]: >> For the moment I'm inclined to consider using these functions *only* on >> ARM, so as to limit our exposure to such bugs. That would also limit >> the risk of using an inappropriate choice of lock width. > OK, fair enough. New patch att

[BUGS] [PATCH v3] Use CC atomic builtins on ARM

2012-01-07 Thread Martin Pitt
Hello Tom, all, happy new year everyone! Tom Lane [2011-12-20 21:14 -0500]: > So I'm thinking that removing the swpb ASM option is not such a good > idea. We could possibly test for __sync_lock_test_and_set first, and > only use swpb if we're on ARM and don't have the builtin. Tom Lane [2011-12