CommitFest 2009-07 - End of Week 1

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: CommitFest 2009-07 - End of Week 1
Date: 2009-07-22 03:18:42
Message-ID: 603c8f070907212018v607f8eayc6cb86ce35cb0c92@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

A brief update on our progress so far. We started with 71 patches of
which 12 have been committed, 9 returned with feedback, 2 rejected,
and 1 bumped to the next CommitFest. In other words, we've closed out
just over a third of the total number of patches in the first week,
which is great progress. Many of the other patches are in the process
of being reviewed - either a review has already been posted and the
patch author is in the process of reworking it, or the reviewer has
begun reviewing but has not yet completed it. In order to make it
easier to get this status information, I've added a quick summary line
to the top of the CommitFest status page.

https://commitfest.postgresql.org/action/commitfest_view/inprogress

There are a few patches that have some level of committer endorsement
from previous discussions, and it's not clear whether any round-robin
review is required. These are:

Fix memory leak in win32 security functions (Magnus)
do_tup_output_datum v2 (Tom)

These might be worth a quick look by the respective committers to see
whether these can just go in. If not, we'll assign round-robin
reviewers.

A couple of other patches that seem to be problem cases are:

- Security Enhanced PostgreSQL. I don't think that there is any way
that this is going to be committable for this CommitFest, but I'm
willing to review it one more time this CommitFest before moving on.
At a minimum, I hope the discussion has made it clear that getting
this patch where it needs to me is going to take a lot of work, and
the fact that KaiGai was until yesterday the only one willing to do
any of that work is a significant problem.

- Indexam API changes, Index-only quals. These seem likely really
important patches, but it appears that they're not really done, and
Heikki is apparently on vacation (I'm not sure until when). It may be
necessary to bump these to the next CommitFest.

Thanks to all who have been helping with the review process. Please
remember to add reviews to the commitfest app and update the status of
the patch as well.

Thanks,

...Robert

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ron Mayer 2009-07-22 03:29:22 Re: Hadoop backend?
Previous Message Robert Haas 2009-07-22 02:55:30 Re: machine-readable explain output v2