Tom Lane wrote:
>OKADA Satoshi <okada.satoshi@lab.ntt.co.jp> 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