Re: [BUGS] BUG #8515: Random 'relation "..." does not exist'

2013-10-12 Thread Tomas Vondra
On 9.10.2013 19:35, nbudu...@gmail.com wrote: > The following bug has been logged on the website: > > Bug reference: 8515 > Logged by: Nicolas Buduroi > Email address: nbudu...@gmail.com > PostgreSQL version: 9.2.4 > Operating system: ArchLinux > Description: > > We'v

Re: [BUGS] BUG #8514: cache lookup failed for relation 421062806

2013-10-12 Thread Tomas Vondra
On 11.10.2013 08:14, Michael Paquier wrote: > On Thu, Oct 10, 2013 at 1:24 AM, wrote: >> my postgresql running file . but sometime i found cache lookup >> failed for relation 421062806 error in postgresql log. can anyone >> tell me significant of this error. > > A relation has disappeared even

Re: [BUGS] porting the PostGreSQL on the M68K platform

2013-10-12 Thread Tomas Vondra
On 12.10.2013 11:15, Zhang, Hongwei wrote: > Dear sir, > > We are trying to port the PostGreSQL on the m68K platform, we’ve > compiled it well, but failed to run it on the 54450 platform. I am > wondering who we could refer to for help? Is there any commercial > service that we could use for that

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

2013-09-15 Thread Tomas Vondra
On 14.9.2013 14:12, Tomas Vondra wrote: > On 13.9.2013 18:07, stephane.wust...@lip6.fr wrote: >> The following bug has been logged on the website: >> >> Bug reference: 8451 >> Logged by: strexxx >> Email address: stephane.wust...@lip6.fr >>

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

2013-09-14 Thread Tomas Vondra
On 13.9.2013 18:07, stephane.wust...@lip6.fr wrote: > 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

Re: [BUGS] overwriting an existing .so while being used crashes the server process

2012-05-30 Thread Tomas Vondra
On 30.5.2012 23:19, Tom Lane wrote: > I suspect it depends on how you install the new version of the library, > too. I would somewhat expect it to work as you're thinking if the > install consists of "rename old file out of the way, copy new file into > place, unlink old file" or equivalent. If y

Re: [BUGS] overwriting an existing .so while being used crashes the server process

2012-05-30 Thread Tomas Vondra
On 30.5.2012 22:35, Tom Lane wrote: > Tomas Vondra writes: >> whenever I run a C-function (part of an .so file) and the file is >> overwritten, the connection crashes. Tested on 9.1.3 and 9.2-beta1. > > "Doctor, it hurts when I do this." > "So don't

[BUGS] overwriting an existing .so while being used crashes the server process

2012-05-30 Thread Tomas Vondra
Hi, whenever I run a C-function (part of an .so file) and the file is overwritten, the connection crashes. Tested on 9.1.3 and 9.2-beta1. It's 100% reproducible: 1) compile the attached file and copy the .so to pkglibdir $ gcc -I/home/tomas/tmp/postgresql-9.1.2/src/include testcomp.c

Re: [BUGS] BUG #6667: diplom on english language on your site

2012-05-30 Thread Tomas Vondra
On 30 Květen 2012, 14:37, Robert Haas wrote: > On Mon, May 28, 2012 at 11:12 AM, wrote: >> The following bug has been logged on the website: >> >> Bug reference:      6667 >> Logged by:          Dmitry Turin >> Email address:      dmitrytu...@narod.ru >> PostgreSQL version: Unsupported/Unknown >>

Re: [BUGS] BUG #6300: duplicate key value violates unique constraint

2011-11-18 Thread Tomas Vondra
On 18 Listopad 2011, 20:38, Tigran Mkrtchyan wrote: > On Fri, Nov 18, 2011 at 6:52 PM, Tomas Vondra wrote: >> On 18 Listopad 2011, 17:42, Tigran Mkrtchyan wrote: >>> >>> The following bug has been logged online: >>> >>> Bug reference:      6300 >&

Re: [BUGS] BUG #6300: duplicate key value violates unique constraint

2011-11-18 Thread Tomas Vondra
On 18 Listopad 2011, 17:42, Tigran Mkrtchyan wrote: > > The following bug has been logged online: > > Bug reference: 6300 > Logged by: Tigran Mkrtchyan > Email address: tigran.mkrtch...@desy.de > PostgreSQL version: 9.0.4 > Operating system: Linux x86_64 > Description:d

Re: [BUGS] BUG #6198: init-po fails for plperl due to invalid xsubpp path (contains ExtUtils)

2011-09-04 Thread Tomas Vondra
On 5 Září 2011, 0:27, Alex Hunsaker wrote: > On Sun, Sep 4, 2011 at 13:48, init-po fails for plperl due to invalid > xsubpp path wrote: >> >> Description:        init-po fails for plperl due to invalid xsubpp path >> (contains ExtUtils) >> Details: >> >> When I try to prepare a fresh .pot file for

Re: [BUGS] memory leak in xml2 contrib module

2010-12-14 Thread Tomas Vondra
Dne 14.12.2010 21:50, Robert Haas napsal(a): > On Fri, Nov 26, 2010 at 7:54 AM, wrote: >> one of my colleagues found ugly memory leak in the xml2 contrib module. >> Try this: >> >> select xpath_number('' || generate_series || '','/data') from >> generate_series(1,50); >> >> This will allocate