> I have to say that I'm going to change on-disk database/table/index 
> file names to _OID_! This is required by WAL because of inside of 
> log records there will be just database/table/index oids, not names, 
> and after crash recovery will not be able to read pg_class to get 
> database/table/index name using oid ...

Wow, that is a major pain.  Anyone else think so?

Using oid's instead of names may give us some ability to fix some other
bugs, though.

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  [EMAIL PROTECTED]            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

************

Reply via email to