Re: small typo in src/backend/access/transam/xlog.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: small typo in src/backend/access/transam/xlog.c
Date
Msg-id 12934.1398539514@sss.pgh.pa.us
Whole thread Raw
In response to Re: small typo in src/backend/access/transam/xlog.c  (Bruce Momjian <bruce@momjian.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: make check-world problem
Next
From: Josh Berkus
Date:
Subject: Re: UUIDs in core WAS: 9.4 Proposal: Initdb creates a single table