Re: [BUGS] BUG #8461: PostgreSQL 9.3 pg_dump heap corruptions

2013-10-14 Thread Marko Tiikkaja
.postgresql.org/docs/9.3/static/libpq-misc.html. Regards, Marko Tiikkaja -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #7635: psql -1 and \connect

2012-11-01 Thread Marko Tiikkaja
ery beginning of the file seem possible? Maybe even only if it's to the same database? Regards, Marko Tiikkaja -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

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

2012-09-14 Thread Marko Tiikkaja
On 9/14/12 4:26 PM, Tom Lane wrote: So that explains why including perl.h is relevant. Would you like to try modifying your copy of pthread.h to confirm it's the same situation on Ubuntu? Yup, that fixes it. Regards, Marko Tiikkaja -- Sent via pgsql-bugs mailing list (pgsql

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

2012-09-14 Thread Marko Tiikkaja
, I think back-patching that change is less ugly than making the variable non-static. It does, indeed. I can't reproduce the bug on my end with that patch applied. Regards, Marko Tiikkaja -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscri

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

2012-09-13 Thread Marko Tiikkaja
On 13/09/2012 19:48, Tom Lane wrote: Marko Tiikkaja writes: On 9/12/12 1:50 AM, Tom Lane wrote: Hm, I wonder if it's Ubuntu-specific? What Perl version is that exactly? We've reproduced it on both 5.14.2 and 5.16.1. What happens is that free_plperl_function() for some reason g

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

2012-09-12 Thread Marko Tiikkaja
On 9/12/12 1:50 AM, Tom Lane wrote: Marko Tiikkaja writes: Joel Jacobson managed to narrow it down to this test case, which crashes consistently on Ubuntu 12.04 both with and without your patch. I, however, wasn't able to reproduce the problem on my OS X Mountain Lion. Doesn't rep

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

2012-09-11 Thread Marko Tiikkaja
tomorrow, but in the mean time if you can reproduce the problem or think of something, I'll post the test case. Regards, Marko Tiikkaja DROP DATABASE plperlbug; CREATE DATABASE plperlbug; \c plperlbug CREATE LANGUAGE plperlu; CREATE TABLE t1 ( fooid serial not null, foo character

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

2012-09-05 Thread Marko Tiikkaja
em to have debug symbols for that core dump --- can you tell which of the dereferences in line 3373 caused the crash? The current_call_data->prodesc->fn_readonly one. Please let me know if I can be of more assistance. Regards, Marko Tiikkaja -- Sent via pgsql-bugs mailing list

[BUGS] BUG #5989: Assertion failure on UPDATE of big value

2011-04-20 Thread Marko Tiikkaja
The following bug has been logged online: Bug reference: 5989 Logged by: Marko Tiikkaja Email address: marko.tiikk...@2ndquadrant.com PostgreSQL version: git master Operating system: Linux Description:Assertion failure on UPDATE of big value Details: Test case

[BUGS] BUG #5988: CTINE duplicates constraints

2011-04-20 Thread Marko Tiikkaja
The following bug has been logged online: Bug reference: 5988 Logged by: Marko Tiikkaja Email address: marko.tiikk...@2ndquadrant.com PostgreSQL version: git master Operating system: Linux Description:CTINE duplicates constraints Details: CREATE TABLE IF NOT EXISTS

Re: [BUGS] BUG #5629: ALTER SEQUENCE foo START execute a RESTART

2010-08-26 Thread Marko Tiikkaja
d get different behaviour for the same command. We're not going to change the behavior like that in stable branches... How about documenting it? Regards, Marko Tiikkaja -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.or

[BUGS] BUG #5018: Window function alias

2009-08-27 Thread Marko Tiikkaja
The following bug has been logged online: Bug reference: 5018 Logged by: Marko Tiikkaja Email address: marko.tiikk...@cs.helsinki.fi PostgreSQL version: 8.4.0 Operating system: Linux Description:Window function alias Details: I came across this: => SELECT lead(

[BUGS] BUG #4902: Subquery in VALUES referencing a CTE

2009-07-05 Thread Marko Tiikkaja
The following bug has been logged online: Bug reference: 4902 Logged by: Marko Tiikkaja Email address: marko.tiikk...@cs.helsinki.fi PostgreSQL version: 8.4.0 Operating system: Linux Description:Subquery in VALUES referencing a CTE Details: While playing around