cleanup smgr.c of tablespace call

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: cleanup smgr.c of tablespace call
Date: 2009-01-15 13:16:17
Message-ID: 20090115131617.GA6440@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

This trivial patch moves a misplaced tablespace.c call from smgr.c into
the newly created storage.c. This is appropriate because smgr.c is
supposed to be bare metal, and storage.c has the high-level calls.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

Attachment Content-Type Size
cleanup-smgr.patch text/x-diff 11.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2009-01-15 13:33:02 Re: Hot standby, RestoreBkpBlocks and cleanup locks
Previous Message Heikki Linnakangas 2009-01-15 13:06:59 Re: fire trigger for a row without update?