Re: [GENERAL] recovery mode

2009-10-24 Thread Tom Lane
paulo matadr writes: > analyzing log file of server found this error: > cat /var/log/menssages > kernel: postmaster[1023]: segfault at fff0 rip 0060d993 > rsp 7fff15f53c28 error 4 > which means that? Well, it's a crash, but there's not nearly enough information here

Re: [GENERAL] "recovery mode"

2001-01-23 Thread Steve Wolfe
> I don't think recovery mode actually does much in 7.0.* --- I think it's > just a stub (Vadim might know better though). In 7.1 it means the thing > is replaying the WAL log after a crash. In any case it shouldn't > create a lockup condition like that. > > The only cases I've ever heard of whe