GIT patch - Mailing list pgsql-hackers

From Alvaro Herrera
Subject GIT patch
Date
Msg-id 20070801030053.GA17717@alvh.no-ip.org
Whole thread Raw
Responses Re: GIT patch  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: GIT patch  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: GIT patch  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-hackers
Hi,

I've started reading the GIT patch to see if I can help with the review.
First thing I notice is that there are several things that seems left
over; for example the comments in pg_proc for the new functions are
incomplete.

More subtle: in _bt_findinsertloc, the test for
modifiedpage = _bt_groupify() may reset the bit set by the
_bt_vacuum_one_page.  Surely it should look like

modifiedpage |= _bt_groupify() 

There's also a couple of spots that were not merged cleanly, but since
they were inside comments, the compiler did not complain and so were not
fixed.

I'm also finding a certain lack of code commentary that makes the
reviewing a bit harder.

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


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: feature suggestion
Next
From: "Merlin Moncure"
Date:
Subject: Re: feature suggestion