Re: small typo in src/backend/access/transam/xlog.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: small typo in src/backend/access/transam/xlog.c
Дата
Msg-id 12934.1398539514@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: small typo in src/backend/access/transam/xlog.c  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> On Mon, Jul 22, 2013 at 07:32:20PM -0400, Tom Lane wrote:
>> We could for instance keep the high half as tv_sec, while making the low
>> half be something like (tv_usec << 12) | (getpid() & 0xfff).  This would
>> restore the intended ability to reverse-engineer the exact creation time
>> from the sysidentifier, and also add a little more uniqueness by way of
>> the creating process's PID.  (Note tv_usec must fit in 20 bits.)

> Can someone make a change here so we can close the issue?

Done.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: make check-world problem
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: UUIDs in core WAS: 9.4 Proposal: Initdb creates a single table