| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | sgmr* vs. md* |
| Date: | 1999-05-17 00:29:41 |
| Message-ID: | 199905170029.UAA18078@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I just changed the call from mdunlink to smgrunlink, but this brings up
a good point.
smgr is a generic i/o interface layer that allows multiple storage
managers. Currently, we always use DEFAULT_SMGR as a parameter to smgr*
functions, causing calls to the md* routines. Is there any value in
just removing the smgr layer completely. It was originally for a CD
jutebox i/o layer in addition to our current disk i/o layer.
--
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 | Bruce Momjian | 1999-05-17 00:31:43 | Open 6.5 items |
| Previous Message | Bruce Momjian | 1999-05-17 00:22:19 | Re: [HACKERS] Syntax of LOCK TABLE ... |