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
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
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'
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
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
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.
-
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
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