[BUGS] BUG #7516: PL/Perl crash

2012-09-03 Thread pgmail
The following bug has been logged on the website: Bug reference: 7516 Logged by: Marko Tiikkaja Email address: pgm...@joh.to PostgreSQL version: 9.1.5 Operating system: 64-bit linux Description: Hi, We had a segmentation fault in PostgreSQL 9.1.5 with PL/PerlU. The

Re: [BUGS] BUG #7516: PL/Perl crash

2012-09-03 Thread Tom Lane
pgm...@joh.to writes: > We had a segmentation fault in PostgreSQL 9.1.5 with PL/PerlU. > ... > It seems to have happened when a PL/PerlU executed a prepared statement > which calls another PL/PerlU function. Hm. Is it possible that the prepared statement recursively called the *same* plperl funct

[BUGS] Core was generated by `postgres: kazeon KazDB 192.168.50.131(37625) SELECT '.

2012-09-03 Thread anjali_524
Hi, I am using Cent OS 6 () and Postgresql 9.0.4. I was running Enterprise setup of 4 node cluster. I got following error in postgres 30619 2012-08-24 15:11:13.430 PDT LOG: server process (PID 17036) was terminated by signal 11: Segmentation fault 30619 2012-08-24 15:11:13.454 PDT LOG: termin

[BUGS] Core was generated by `postgres: kazeon KazDB 192.168.50.131(37625) SELECT '.

2012-09-03 Thread anjali_524
Hi, I am using Cent OS 6 (Linux dev64-12 2.6.32-71.el6.x86_64 #1 SMP Fri May 20 03:51:51 BST 2011 x86_64 x86_64 x86_64 GNU/Linux) and Postgresql 9.0.4. I was running Enterprise setup of 4 node cluster. I got following error in postgres 30619 2012-08-24 15:11:13.430 PDT LOG: server process (PID

Re: [BUGS] Core was generated by `postgres: kazeon KazDB 192.168.50.131(37625) SELECT '.

2012-09-03 Thread Tom Lane
anjali_524 writes: > I am using Cent OS 6 () and Postgresql 9.0.4. I was running Enterprise setup > of 4 node cluster. I got following error in postgres > Reading symbols from /opt/openkaz/lib/kazsql.so...done. > Loaded symbols for /opt/openkaz/lib/kazsql.so > Core was generated by `postgres: kaz

[BUGS] function format doesn't support values with variadic flag

2012-09-03 Thread Pavel Stehule
Hello this code should to work, but it doesn't postgres=# select format('%s %s', variadic array['Hello','World']); ERROR: too few arguments for format postgres=# create or replace function un(variadic integer[]) postgres-# returns setof int as $$ select unnest($1)$$ language sql; CREATE FUNCTIO

[BUGS] BUG #7514: postgres -k no longer works with spaces in the path

2012-09-03 Thread murrayc
The following bug has been logged on the website: Bug reference: 7514 Logged by: Murray Cumming Email address: murr...@murrayc.com PostgreSQL version: 9.1.5 Operating system: Fedora Linux 17 Description: At some point, probably in 9.1.5, the -k option to Postgres ("Un

Re: [BUGS] BUG #6239: Looking for a technical contact point for PostgreSQL compatibility issue on Windows8

2012-09-03 Thread Gavin Flower
On 01/09/12 18:40, Simon Riggs wrote: On 4 October 2011 02:42, Seiko Ishida wrote: The following bug has been logged online: Bug reference: 6239 Logged by: Seiko Ishida Email address: v-sei...@microsoft.com PostgreSQL version: 8.2.4 Operating system: Windows 8 Description

[BUGS] BUG #7517: terminated by exception 0xC0000409

2012-09-03 Thread katsuhito . habaguchi
The following bug has been logged on the website: Bug reference: 7517 Logged by: Katsuhito Habaguchi Email address: katsuhito.habagu...@fujixerox.co.jp PostgreSQL version: 8.3.20 Operating system: Windows Server 2008 R2 Description: I'm Katsuhito Habaguchi. I'm workin

[BUGS] BUG #7515: DROP TABLE IF EXISTS fails if schema does not exist

2012-09-03 Thread james
The following bug has been logged on the website: Bug reference: 7515 Logged by: James Bellinger Email address: ja...@illusorystudios.com PostgreSQL version: 9.1.5 Operating system: Ubuntu Linux 12.04 Server Description: If the table being referenced has a schema in i