[HACKERS] Warning about oid/xid wraparound

2001-09-15 Thread Bruce Momjian
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 [EMAIL PROTECTED] | (610) 853-3000 + If your life is a hard drive,

Re: [HACKERS] Warning about oid/xid wraparound

2001-09-15 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] 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 ---(end of

Re: [HACKERS] Warning about oid/xid wraparound

2001-09-15 Thread Bruce Momjian
Bruce Momjian [EMAIL PROTECTED] 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

Re: [HACKERS] Warning about oid/xid wraparound

2001-09-15 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] 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