Re: Warning about oid/xid wraparound - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Warning about oid/xid wraparound
Date
Msg-id 16854.1000617755@sss.pgh.pa.us
Whole thread Raw
In response to Re: Warning about oid/xid wraparound  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> None of it is appropriate anymore...

> OID wraparound isn't a problem?

Well, it could be a problem if an app is relying on uniqueness of OIDs
without having installed an unique index on OIDs.  However, I do not
think it is the business of the backend to issue nuisance warnings that
will come out whether an app is using unsafe practices or not.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [JDBC] NULLs and sort order
Next
From: Tom Lane
Date:
Subject: Re: how to extend the catalog?