Re: XLog: how to log?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: XLog: how to log?
Дата
Msg-id 15762.1084313258@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: XLog: how to log?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: XLog: how to log?
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Many transactions are going to have the same timestamp because that just
> isn't precise enough to choose a particular transaction.

I think this argument is largely a red herring ... but if it makes you
feel better, we could change the contents of the commit timestamp to
be gettimeofday() output (seconds+microseconds) instead of just time()
output.  That should be precise enough for practical purposes.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: XLog: how to log?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: XLog: how to log?