Re: [BUGS] psql - Segmentation Fault

2010-08-30 Thread wstrzalka
On 30 Sie, 20:10, t...@sss.pgh.pa.us (Tom Lane) wrote: > wstrzalka writes: > > finally I press up arrow to reexecute and that causes "Segmentation > > fault" and psql to exit > > That would be a problem in libreadline, not in our code.  There was > somebody el

[BUGS] psql - Segmentation Fault

2010-08-30 Thread wstrzalka
I'm having problems with psql. Looks like bug. Steps to reproduce on my box (100% segfaults): #psql -U postgres -d mydb $EXPLAIN ANALYZE SELECT . after 20s I'm getting a plan & at the end there is smth like "stdin: END" then I press ENTER and I have back psql console\ finally I press up arrow

Re: [BUGS] Unknown winsock error 10061

2009-07-15 Thread wstrzalka
So as promised - the patch is very stable. No more memory problems, neither any other issues. Great job Yamada-san Dave - can I assume you'll manage this fix to be pushed to official release? On 9 Lip, 17:08, wstrzalka wrote: >   Looks very good by now. > >   I'

Re: [BUGS] Unknown winsock error 10061

2009-07-09 Thread wstrzalka
Looks very good by now. I'll test the version for a few days in my regular work and will post more feedback here. On 8 Lip, 17:37, dp...@pgadmin.org (Dave Page) wrote: > On Wed, Jul 8, 2009 at 2:03 PM, Tsutomu Yamada wrote: > > In the past, there was the thread about this problem, > > and it

Re: [BUGS] Unknown winsock error 10061

2009-07-06 Thread wstrzalka
In my case standby mode only increases the frequency - problem occurs also on clean machine - right after startup. 8.4 is totally unusable on my vista. I had to downgrade back to 8.3 I've just uninstalled antivirus & disabled windows firewall - no effect. The strange is that subsequent request

[BUGS] Unknown winsock error 10061

2009-07-06 Thread wstrzalka
After upgrading to 8.4 on Vista I see no progress on the shared memory problem unfortunately. I think it's even worse now (previously it happened mainly when OS went to sleep & then was restored, now it's all the time). My log looks like this. -

Re: [BUGS] Windows: pg_dump doesn't recognize -n option

2008-12-04 Thread wstrzalka
Right. I mixed the input params. The confusion comes from fact that I'm used to use Linux version which never complained and worked as expected (besides the extra -d parameter :D ) On 4 Gru, 13:50, [EMAIL PROTECTED] (Peter Eisentraut) wrote: > On Thursday 04 December 2008 13:03:16 w

[BUGS] Windows: pg_dump doesn't recognize -n option

2008-12-04 Thread wstrzalka
This is my output on Windows: D:\Code>pg_dump -U postgres -d test -n public pg_dump: too many command-line arguments (first is "-n") Try "pg_dump --help" for more information. D:\Code>pg_du