Re: [BUGS] BUG #8346: Postgres BDR: Segmentation Fault observed during replication of binary object.

2013-07-30 Thread Michael Paquier
On Wed, Jul 31, 2013 at 6:58 AM, wrote: > The following bug has been logged on the website: > > Bug reference: 8346 > Logged by: Devadas Mallya > Email address: devadas_mal...@yahoo.co.in > PostgreSQL version: 9.2.0 > Operating system: Ubuntu 12.04 Server Edition (64-bit) > D

Re: [BUGS] BUG #8347: PANIC: heap_insert_redo: failed to add tuple when applying WAL

2013-07-30 Thread Andres Freund
On 2013-07-31 01:27:39 +, mac...@heroku.com wrote: > The following bug has been logged on the website: > > Bug reference: 8347 > Logged by: Maciek Sakrejda > Email address: mac...@heroku.com > PostgreSQL version: 9.2.4 > Operating system: Ubuntu 12.04.2 LTS 64-bit > Descri

[BUGS] BUG #8347: PANIC: heap_insert_redo: failed to add tuple when applying WAL

2013-07-30 Thread maciek
The following bug has been logged on the website: Bug reference: 8347 Logged by: Maciek Sakrejda Email address: mac...@heroku.com PostgreSQL version: 9.2.4 Operating system: Ubuntu 12.04.2 LTS 64-bit Description: Running into a recovery failure on a customer's replica

[BUGS] BUG #8346: Postgres BDR: Segmentation Fault observed during replication of binary object.

2013-07-30 Thread devadas_mallya
The following bug has been logged on the website: Bug reference: 8346 Logged by: Devadas Mallya Email address: devadas_mal...@yahoo.co.in PostgreSQL version: 9.2.0 Operating system: Ubuntu 12.04 Server Edition (64-bit) Description: Hi, I have setup 2 postgres instan

Re: [BUGS] BUG #8318: memory leak during CREATE TEMPORARY TABLE

2013-07-30 Thread Kevin Grittner
"g.bakalar...@icm.edu.pl" wrote: > When doing these kind of statements > execute : CREATE TEMPORARY TABLE [...] > After few days [...] my huge server (192GB of RAM), gets stucked > due to no memory available (usually %commit is around 103-105%), > linux OOM killer goes into action - it usually

Re: [BUGS] BUG #8345: PostGre SQL database is crashing

2013-07-30 Thread Michael Paquier
On Wed, Jul 31, 2013 at 2:12 AM, Pavel Stehule wrote: > Hello > > 2013/7/30 : > > The following bug has been logged on the website: > > > > Bug reference: 8345 > > Logged by: Arun Kumar > > Email address: arun...@gmail.com > > PostgreSQL version: Unsupported/Unknown > > Operati

Re: [BUGS] BUG #8317: ROUND(double*1/2) != ROUND(1/2*double)

2013-07-30 Thread Kevin Grittner
Rémi Cura wrote: > According to the doc > ( > http://www.postgresql.org/docs/9.2/static/sql-syntax-lexical.html#SQL-SYNTAX-OPERATORS > ), > multiplication has precedence on division. (I supposed it implicitely) The correct link is: http://www.postgresql.org/docs/9.2/static/sql-syntax-lexical.

Re: [BUGS] PostgreSQL and OpenVZ

2013-07-30 Thread Warwick Chapman
Dear Postgres Gurus > > Has there been any luck with this strange Postgres on OpenVZ edge case? > We're also getting the 'could not read block' error. > > Warwick > On Monday, July 22, 2013, Warwick Chapman wrote: > >> Антон >> >> Did you manage to make any progress with OpenVZ and PostgreSQL on

Re: [BUGS] Ferramenta de Modelagem

2013-07-30 Thread Euler Taveira
On 30-07-2013 10:52, Gustavo Bacchin wrote: > Senhores, não se se esse é o canal mais adequado. > Não. Esta é uma lista para relatar bugs. Além disso, é os relatos devem ser escritos em inglês. No, it is not. This is a list to report bugs. Also it is an english-language mailing list. > Mas busco

Re: [BUGS] BUG #8345: PostGre SQL database is crashing

2013-07-30 Thread Pavel Stehule
Hello 2013/7/30 : > The following bug has been logged on the website: > > Bug reference: 8345 > Logged by: Arun Kumar > Email address: arun...@gmail.com > PostgreSQL version: Unsupported/Unknown > Operating system: Linux kernel 2.6.29 > Description: > > Currently we have port

Re: [GENERAL] [BUGS] Incorrect response code after XA recovery

2013-07-30 Thread Alvaro Herrera
Tom Jenkinson escribió: > Hi Alban, > > I stripped down the code to a raw XA example using the latest > postgres driver available in maven central. It demonstrates that > regardless of what the codebase might suggest, it is certainly the > case that postgres is returning XAER_RMERR in the scenario

[BUGS] BUG #8345: PostGre SQL database is crashing

2013-07-30 Thread arun . rh
The following bug has been logged on the website: Bug reference: 8345 Logged by: Arun Kumar Email address: arun...@gmail.com PostgreSQL version: Unsupported/Unknown Operating system: Linux kernel 2.6.29 Description: Currently we have ported PostGRE SQL database on to

Re: [GENERAL] [BUGS] Incorrect response code after XA recovery

2013-07-30 Thread Tom Jenkinson
Hi Alban, I stripped down the code to a raw XA example using the latest postgres driver available in maven central. It demonstrates that regardless of what the codebase might suggest, it is certainly the case that postgres is returning XAER_RMERR in the scenario where the resource manager no

[BUGS] Ferramenta de Modelagem

2013-07-30 Thread Gustavo Bacchin
Bom dia. Senhores, não se se esse é o canal mais adequado. Mas busco orientações sobre ferramentas de modeladem de dados, com possibilidade de engenharia reserva que suporta o postgre. Podem me ajudar? Muito obrigado. Gustavo Bacchin [cid:image001.png@01CE8D12.D5A7BA30] gustavo.bacc...@tod

[BUGS] 9.3beta2: Failure to pg_upgrade

2013-07-30 Thread Jesse Denardo
Name: Jesse Denardo Release: 9.2.2 -> 9.3beta2 Test Type: Install/Upgrade Test Test Detail: pg_upgrade in a fresh install of 9.3beta2 Platform: Debian Linux 6.0.5 Installation Method: From source Platform Detail: Debian Linux 6.0.5, 2.6.32.45-grsec-2.2.2-r3, x86_64 Test Procedure: I made a byte fo

Re: [BUGS] BUG #8343: plperl/plperlu Install Fails

2013-07-30 Thread Sandeep Thakkar
This is fixed in the latest version PostgreSQL 9.3 beta2. On Sun, Jul 28, 2013 at 11:07 AM, wrote: > The following bug has been logged on the website: > > Bug reference: 8343 > Logged by: Charles Sheridan > Email address: cesh...@swbell.net > PostgreSQL version: 9.2.4 > Opera

Re: [BUGS] BUG #8337: Installer takes forever - old bug still present

2013-07-30 Thread Sandeep Thakkar
Hi Yes, we are aware of this and are working on a solution that works fine on different environments. This is on priority for us and I hope you will see the fix in the next set of installers. :) Thanks. On Sat, Jul 27, 2013 at 1:45 PM, wrote: > The following bug has been logged on the website