Re: [GENERAL] Weird PostgreSQL crashes on FC2/FC3 64-bit

2005-02-02 Thread Martijn van Oosterhout
On Tue, Feb 01, 2005 at 10:32:15PM -0800, William Yu wrote: > Tom Lane wrote: > >William Yu <[EMAIL PROTECTED]> writes: > > > >>Doing a ps -ef | grep postgres, I will see something like: > > > > > >>root 17034 1 0 21:41 ?00:00:00 gdb -q -x /dev/stdin > >>postgres 9131 > >>postgres

Re: [GENERAL] Weird PostgreSQL crashes on FC2/FC3 64-bit

2005-02-01 Thread William Yu
Tom Lane wrote: William Yu <[EMAIL PROTECTED]> writes: Doing a ps -ef | grep postgres, I will see something like: root 17034 1 0 21:41 ?00:00:00 gdb -q -x /dev/stdin postgres 9131 postgres 9131 2712 0 20:31 ?00:00:00 postgres: postgres netdata [local] VACUUM So where

Re: [GENERAL] Weird PostgreSQL crashes on FC2/FC3 64-bit

2005-02-01 Thread Tom Lane
William Yu <[EMAIL PROTECTED]> writes: > Doing a ps -ef | grep postgres, I will see something like: > root 17034 1 0 21:41 ?00:00:00 gdb -q -x /dev/stdin > postgres 9131 > postgres 9131 2712 0 20:31 ?00:00:00 postgres: postgres > netdata [local] VACUUM So where did t