Re: Recovery from multi trouble
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: OKADA Satoshi <okada(dot)satoshi(at)lab(dot)ntt(dot)co(dot)jp>
- Cc: pgsql-hackers(at)postgresql(dot)org
- Subject: Re: Recovery from multi trouble
- Date: Mon, 19 Dec 2005 00:27:27 -0500
- Message-id: <19940(dot)1134970047(at)sss(dot)pgh(dot)pa(dot)us>
OKADA Satoshi <okada(dot)satoshi(at)lab(dot)ntt(dot)co(dot)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 /" ...
regards, tom lane
Home |
Main Index |
Thread Index