Tom Lane wrote: >OKADA Satoshi <[EMAIL PROTECTED]> writes: > > >>The loss of log was simulated by deleting the latest xlog file. >> >> > >What does that have to do with reality? Postgres is very careful not to >use an xlog file until it's been fully metadata-synced. You might as >well complain that PG doesn't recover after "rm -rf /" ... > > In this case(postmaster abnormal end ,and log is lost), I understand that database cannot recover normally.
Though a database cannot recover normally, postmaster does not output a clear message showing this situation. I think that it is a problem. Thanks, OKADA Satoshi ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match