Re: [BUGS] Postmaster hangs

2009-10-31 Thread Karen Pease
Sorry for the delay in responding, and thanks for your help. You didn't actually request a backtrace (bt), so all it shows is the top stack frame. That doesn't tell us anything except that it's busy in a system call in the kernel. For a newly-started psql process that locks as soon as the

Re: [BUGS] BUG #5140: initdb crashes

2009-10-31 Thread Robert Haas
On Tue, Oct 27, 2009 at 10:47 AM, Marcus Lundblad marcus.lundb...@mogul.com wrote: The following bug has been logged online: Bug reference:      5140 Logged by:          Marcus Lundblad Email address:      marcus.lundb...@mogul.com PostgreSQL version: 8.3.8 Operating system:   Solaris 10

[BUGS] BUG #5156: Problem compiling postgresql-8.5alpha2

2009-10-31 Thread Pierre
The following bug has been logged online: Bug reference: 5156 Logged by: Pierre Email address: pierre...@9online.fr PostgreSQL version: 8.5a2 Operating system: GNU/Linux Description:Problem compiling postgresql-8.5alpha2 Details: [...] make -C ../../../src/port all

[BUGS] BUG #5157: Hash index not concurrency safe

2009-10-31 Thread Jeff Janes
The following bug has been logged online: Bug reference: 5157 Logged by: Jeff Janes Email address: jeff.ja...@gmail.com PostgreSQL version: 8.4.1 Operating system: Linux Description:Hash index not concurrency safe Details: Hash index is not concurrency safe,

Re: [BUGS] BUG #5154: ERROR: cannot assign non-composite value to a row variable

2009-10-31 Thread Andrew Gierth
Pavel == Pavel Stehule pavel.steh...@gmail.com writes: As discussed on the irc. I had a problem with a utility function that was being passed a NEW row and a null for the OLD row. The error was created when it tries to store the row variable in the local variables. RhodiumToad on the