small smgr refactoring

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: small smgr refactoring
Date: 2004-01-19 22:45:54
Message-ID: 20040119224554.GC15655@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
02smgr.patch text/plain 8.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-01-19 23:20:21 Re: small smgr refactoring
Previous Message Alvaro Herrera 2004-01-19 22:36:13 trivial typos