smgr cleanup - Mailing list pgsql-patches

From Alvaro Herrera
Subject smgr cleanup
Date
Msg-id 20040504020840.GC602@dcc.uchile.cl
Whole thread Raw
Responses Re: smgr cleanup
List 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

pgsql-patches by date:

Previous
From: Shachar Shemesh
Date:
Subject: Re: [PATCHES] Run-as-admin warning for win32
Next
From: Shachar Shemesh
Date:
Subject: Re: Run-as-admin warning for win32