Re: [BUGS] BUG #6204: Using plperl functions generate crash

2012-04-19 Thread ljwilson
I began testing PostgreSQL 9.1.x last week, and came across this issue. Repeatable under the following scenarios (all 32-bit) 1. Windows XP SP3 with latest updates. 2. Windows 7 SP1 with latest updates. 3. Any flavor of Perl 5.1.4.x (I've tried strawberry-perl-5.14.2.1-32bit,

[BUGS] BUG #6602: concurrent psql session clobbers history

2012-04-19 Thread i+pgbugs
The following bug has been logged on the website: Bug reference: 6602 Logged by: Adrian Dries Email address: i+pgb...@avdd.tk PostgreSQL version: 9.1.3 Operating system: Ubuntu ppa:pitti/postgresql Description: A concurrent psql session will overwrite the history of

Re: [BUGS] BUG #6602: concurrent psql session clobbers history

2012-04-19 Thread Tom Lane
i+pgb...@avdd.tk writes: A concurrent psql session will overwrite the history of the first. This does not look good: a database tool causing me to lose my data! Works okay for me. I suspect you need to take this up with whoever packages libreadline for Ubuntu, because it's going to be

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2012-04-19 Thread Simon Willett
ljwilson wrote But here is what will work: 1. Compile postgresql-9.1.3 using mingw32 2. Replace only the plperl.dll the official binaries supply with the plperl.dll you get from the mingw32 compile 3. Then the test which started this bug discussion works. This is really good news.

Re: [BUGS] BUG #6602: concurrent psql session clobbers history

2012-04-19 Thread Peter Eisentraut
On tor, 2012-04-19 at 15:00 -0400, Tom Lane wrote: i+pgb...@avdd.tk writes: A concurrent psql session will overwrite the history of the first. This does not look good: a database tool causing me to lose my data! Works okay for me. I suspect you need to take this up with whoever packages