Re: [ADMIN] [GENERAL] Streaming Replication Server Crash

2012-10-22 Thread Craig Ringer
On 10/23/2012 01:20 PM, Tom Lane wrote: > > This isn't the first time I've wondered exactly which signal was meant > in a postmaster child-crash report. Seems like it might be worth > expending some code on a symbolic translation, instead of just printing > the number. That'd be easy enough (for

Re: [ADMIN] [GENERAL] Streaming Replication Server Crash

2012-10-22 Thread Tom Lane
Craig Ringer writes: > On 10/22/2012 08:52 PM, Tom Lane wrote: >> But having said that, are we sure 10 is SIGUSR1 on the OP's platform? >> AFAIK, that signal number is not at all compatible across different >> flavors of Unix. (I see SIGUSR1 is 30 on OS X for instance.) > Gah. I incorrectly thou

Re: [ADMIN] Error on pg_dumpall

2012-10-22 Thread Craig Ringer
On 10/22/2012 03:24 AM, Terry Khatri wrote: > Hi > > I am getting the following error msg when I do a pg_dumpall > > - > > TK@OraLinux /usr/local/pgsql/backups > $ pg_dumpall -U sns84 > completebackup20121020,sql > pg_dump: schema with OID 74363 does not exist > pg_dumpall: pg_dump failed on

Re: [ADMIN] Streaming Replication Server Crash

2012-10-22 Thread Craig Ringer
On 10/23/2012 01:03 PM, Craig Ringer wrote: > http://stackoverflow.com/questions/6403803/how-to-get-backtrace-function-line-number-on-solaris Actually, that link doesn't apply to this problem, it's for getting a stack trace programmatically: Try: http://publib.boulder.ibm.com/httpserv/ihsdiag/ge

Re: [ADMIN] [GENERAL] Streaming Replication Server Crash

2012-10-22 Thread Craig Ringer
On 10/22/2012 08:52 PM, Tom Lane wrote: > Craig Ringer writes: >> On 10/19/2012 04:40 PM, raghu ram wrote: >>> 2012-10-19 12:26:46 IST [1338]: [18-1] user=,db= LOG: server process >>> (PID 15565) was terminated by signal 10 > >> That's odd. SIGUSR1 (signal 10) shouldn't terminate PostgreSQL. >

[ADMIN] Error on pg_dumpall

2012-10-22 Thread Terry Khatri
Hi I am getting the following error msg when I do a pg_dumpall - TK@OraLinux /usr/local/pgsql/backups $ pg_dumpall -U sns84 > completebackup20121020,sql pg_dump: schema with OID 74363 does not exist pg_dumpall: pg_dump failed on database "bihistory", exiting - I have set the logs to de

Re: [ADMIN] [GENERAL] Streaming Replication Server Crash

2012-10-22 Thread Tom Lane
Craig Ringer writes: > On 10/19/2012 04:40 PM, raghu ram wrote: >> 2012-10-19 12:26:46 IST [1338]: [18-1] user=,db= LOG: server process >> (PID 15565) was terminated by signal 10 > That's odd. SIGUSR1 (signal 10) shouldn't terminate PostgreSQL. > Was the server intentionally sent SIGUSR1 by an

Re: [ADMIN] [GENERAL] Streaming Replication Server Crash

2012-10-22 Thread Craig Ringer
On 10/19/2012 04:40 PM, raghu ram wrote: > Hi All, > > We have configured Streaming Replication b/w Primary and Standby server > and Pgpool-II load balancing module diverting > SELECT statements to Standby server. As per our observations, Standby > server crashed during peak hours on today and er