| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Vadim Mikheev <vadim(at)krs(dot)ru> |
| Cc: | Mike Mascari <mascarm(at)mascari(dot)com>, Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Lincoln Yeoh <lylyeoh(at)mecomb(dot)com>, pgsql-general(at)postgreSQL(dot)org, PostgreSQL Developers List <hackers(at)postgreSQL(dot)org> |
| Subject: | Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions |
| Date: | 1999-11-29 06:09:41 |
| Message-ID: | 199911290609.BAA07430@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
> 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
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mike Mascari | 1999-11-29 06:16:45 | Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions |
| Previous Message | Vadim Mikheev | 1999-11-29 05:59:22 | Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mike Mascari | 1999-11-29 06:16:45 | Re: [HACKERS] Re: [GENERAL] drop/rename table and transactions |
| Previous Message | Bruce Momjian | 1999-11-29 06:04:41 | Re: [HACKERS] How to get info about deadlocks? |