small smgr refactoring - Mailing list pgsql-patches

From Alvaro Herrera
Subject small smgr refactoring
Date
Msg-id 20040119224554.GC15655@dcc.uchile.cl
Whole thread Raw
Responses Re: small smgr refactoring  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
I attach a small patch that slightly refactors some code in
storage/smgr/smgr.c.  Regression test pass.  There's no change in
functionality, only code reordering.  (Well, it changes an ad-hoc linked
list into a proper List).

Please review and if Ok, apply.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"At least to kernel hackers, who really are human, despite occasional
rumors to the contrary" (LWN.net)

Attachment

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: trivial typos
Next
From: Tom Lane
Date:
Subject: Re: small smgr refactoring