Re: [COMMITTERS] pgsql: Improve generation algorithm for database system identifier.

2014-05-27 Thread Tom Lane
Andres Freund writes: > I just noticed that pg_resetxlog.c has a copy of the identifer > generation algorithm that's not been adjusted by that commit. Oh, I'd forgotten about that :-(. Thanks, will fix. regards, tom lane -- Sent via pgsql-committers mailing list (pgsq

Re: [COMMITTERS] pgsql: Improve generation algorithm for database system identifier.

2014-05-27 Thread Andres Freund
Hi Tom, On 2014-04-26 19:11:14 +, Tom Lane wrote: > Improve generation algorithm for database system identifier. > > As noted some time ago, the original coding had a typo ("|" for "^") > that made the result less unique than intended. Even the intended > behavior is obsolete since it was ba

[COMMITTERS] pgsql: Improve generation algorithm for database system identifier.

2014-04-26 Thread Tom Lane
Improve generation algorithm for database system identifier. As noted some time ago, the original coding had a typo ("|" for "^") that made the result less unique than intended. Even the intended behavior is obsolete since it was based on wanting to produce a usable value even if we didn't have i