From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
---|---|
To: | Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | smgr cleanup |
Date: | 2004-05-04 02:08:40 |
Message-ID: | 20040504020840.GC602@dcc.uchile.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Hackers,
This patch removes a couple of no-ops. I'm trying to get rid of unused
code that is in the transaction processing path.
Unrelated: it also adds an index term to the performance tips chapter.
The smgrcommit and smgrabort functions no longer do anything useful so I
removed them. We could argue that a hypotethical future storage manager
could do something at commit/abort so the hooks are needed, but we
haven't had a different storage manager for years.
If there are no objections, please apply.
--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Pensar que el espectro que vemos es ilusorio no lo despoja de espanto,
sólo le suma el nuevo terror de la locura" (Perelandra, CSLewis)
Attachment | Content-Type | Size |
---|---|---|
smgr-cleanup.patch | text/plain | 6.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Shachar Shemesh | 2004-05-04 02:37:35 | Re: Run-as-admin warning for win32 |
Previous Message | Darko Prenosil | 2004-05-03 22:34:15 | Re: win32 service proposal |