Re: [HACKERS] Postgres server goes in recovery mode repeteadly

2009-09-29 Thread kunal sharma
opt = status = userDoption = 0x1 __func__ = "PostmasterMain" #3 0x00553b5e in main (argc=3, argv=0xb1e3d0) at main.c:188 No locals. (gdb) 2009/9/29 Andrew Dunstan > > > kunal sharma wrote: > >> Hi , >>We are using Postgre

[HACKERS] Postgres server goes in recovery mode repeteadly

2009-09-29 Thread kunal sharma
Hi , We are using Postgres 8.4 and its been found going into recovery mode couple of times. The server process seems to fork another child process which is another postgres server running under same data directory and after some time it goes away while the old server is still running. There