Re: Missing uuid_generate_v1() - Mailing list pgsql-general

From Tom Lane
Subject Re: Missing uuid_generate_v1()
Date
Msg-id 18573.1286420219@sss.pgh.pa.us
Whole thread Raw
In response to Re: Missing uuid_generate_v1()  (Mike Christensen <mike@kitchenpc.com>)
Responses Re: Missing uuid_generate_v1()  (Mike Christensen <mike@kitchenpc.com>)
Re: Missing uuid_generate_v1()  (Dave Page <dpage@postgresql.org>)
List pgsql-general
Mike Christensen <mike@kitchenpc.com> writes:
> On Wed, Oct 6, 2010 at 7:38 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> If you have a libossp-uuid.so.16, you might try symlinking libuuid.so.16
>> to that instead of carrying a separate file.

> So now what you're saying is if it's not broke, fix it till it is :)

Well, it's hard to argue with that position ;-).  But I'll try anyway:
the platform-provided version of the library will be updated for bug
fixes, compatibility rebuilds, etc.  Your private copy won't be, unless
you remember to do it.  Eventually that's gonna bite ya.

Of course the best fix would be for EDB to ship a build of Postgres
that actually follows the platform-standard naming convention for this
library.  I'm still wondering why they're linking to libuuid.so.
Dave?

            regards, tom lane

pgsql-general by date:

Previous
From: Mike Christensen
Date:
Subject: Re: Missing uuid_generate_v1()
Next
From: Mike Christensen
Date:
Subject: Re: Missing uuid_generate_v1()