Re: pg_xlog - files are guaranteed to be sequentialy named?

From: Frank Wittig <fw(at)weisshuhn(dot)de>
To: Johannes Konert <jkonert(at)t3go(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_xlog - files are guaranteed to be sequentialy named?
Date: 2007-06-14 14:40:32
Message-ID: 46715360.2070801@weisshuhn.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Johannes Konert schrieb:

> ....and time goes by, because everything seem to work just fine.
One should never rely on something seeming to be any kind of anything.
There are ways to _know_ things are right. Like using nagios to check
every vital sign state of your systems. That should include checking
system time against official time servers.

But I also agree that if there is a possibility that times differ (and
there of course is) the question is not if it can happen but when.
Everything that can go wrong will go wrong - whatever you do to prevent
things. Thats Finagle's law and its not proofed wrong yet.
So your solution has to consider that. Therefore I disagree Greg in
relying only on the system base.
There have to be mechanisms which use reliable information that behave
in only _one_ well known way (such as monotone increasing serial
numbers) or the system will break.

Regards,
Frank Wittig

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-06-14 14:54:28 Re: strange change (and error) in 8.3 ?
Previous Message Gregory Stark 2007-06-14 14:37:33 Re: DeadLocks..., DeadLocks...