Re: You could be a PostgreSQL Patch Reviewer!
От
Bill Moran
Тема
Re: You could be a PostgreSQL Patch Reviewer!
Дата
Msg-id
20110616125711.7fd16e13.wmoran@potentialtech.com
Ответ на
Re: You could be a PostgreSQL Patch Reviewer! (Joshua Berkus)
Список
Дерево обсуждения
You could be a PostgreSQL Patch Reviewer! Josh Berkus <josh@agliodbs.com>
Re: You could be a PostgreSQL Patch Reviewer! Craig Ringer <craig@postnewspapers.com.au>
Re: You could be a PostgreSQL Patch Reviewer! Tom Lane <tgl@sss.pgh.pa.us>
Re: You could be a PostgreSQL Patch Reviewer! Joshua Berkus <josh@agliodbs.com>
Re: You could be a PostgreSQL Patch Reviewer! Mike Christensen <mike@kitchenpc.com>
Re: You could be a PostgreSQL Patch Reviewer! Tom Lane <tgl@sss.pgh.pa.us>
Re: You could be a PostgreSQL Patch Reviewer! Mike Christensen <mike@kitchenpc.com>
Re: You could be a PostgreSQL Patch Reviewer! Tom Lane <tgl@sss.pgh.pa.us>
Re: You could be a PostgreSQL Patch Reviewer! Mike Christensen <mike@kitchenpc.com>
Re: You could be a PostgreSQL Patch Reviewer! Joshua Berkus <josh@agliodbs.com>
Re: You could be a PostgreSQL Patch Reviewer! Bill Moran <wmoran@potentialtech.com>
Re: You could be a PostgreSQL Patch Reviewer! Radosław Smogura <mail@smogura.eu>
Re: You could be a PostgreSQL Patch Reviewer! Josh Berkus <josh@agliodbs.com>
Re: You could be a PostgreSQL Patch Reviewer! Greg Smith <greg@2ndQuadrant.com>
Re: You could be a PostgreSQL Patch Reviewer! Merlin Moncure <mmoncure@gmail.com>
Re: You could be a PostgreSQL Patch Reviewer! sunpeng <bluevaley@gmail.com>
Re: You could be a PostgreSQL Patch Reviewer! Torsten Zühlsdorff <foo@meisterderspiele.de>
In response to Joshua Berkus : > > > I have no knowledge on the subject one way or the other, that's why > > I'm asking.. If the answer is "no, there would be no benefit" then > > that's the answer.. However, it seems like generating UUIDs in Win64 > > has been broken, perhaps, forever which is why I question if there's a > > better library to use on the Windows platform (or having a single UUID > > generator built in for all platforms).. > > We don't know of a better UUID generator, and barring evidence to the contrary, it seems much more efficient to contribute to the uuid-ossp project than to invent our own. As far as I can tell, the UUID extension is designed to support configurable UUID libraries, so if you could find one which worked well for Windows, it would probably be fairly easy to extend UUID to support it. The Windows system API has functions built into the OS for generating UUIDs, for example: http://msdn.microsoft.com/en-us/library/aa379322 I have almost no experience using this, but it might be worth investigating if PostgreSQL's code is abstract enough to use different implementations and the ossp library is not reliable on Windows. -- Bill Moran http://www.potentialtech.com http://people.collaborativefusion.com/~wmoran/
В списке pgsql-general по дате отправления