cleanup smgr.c of tablespace call - Mailing list pgsql-hackers

From Alvaro Herrera
Subject cleanup smgr.c of tablespace call
Date
Msg-id 20090115131617.GA6440@alvh.no-ip.org
Whole thread Raw
Responses Re: cleanup smgr.c of tablespace call  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List 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

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: fire trigger for a row without update?
Next
From: Simon Riggs
Date:
Subject: Re: Hot standby, RestoreBkpBlocks and cleanup locks