Warning about oid/xid wraparound
This patch warns about oid/xid wraparound during VACUUM. Apply the part
people consider appropriate. I may not be around before beta.
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Attachments:
/pgpatches/maxoidxidtext/plainDownload+27-1
Bruce Momjian <pgman@candle.pha.pa.us> writes:
This patch warns about oid/xid wraparound during VACUUM. Apply the part
people consider appropriate. I may not be around before beta.
None of it is appropriate anymore...
regards, tom lane
Bruce Momjian <pgman@candle.pha.pa.us> writes:
This patch warns about oid/xid wraparound during VACUUM. Apply the part
people consider appropriate. I may not be around before beta.None of it is appropriate anymore...
OID wraparound isn't a problem?
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
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