Re: [HACKERS] Patch queue concern

2007-03-29 Thread Zeugswetter Andreas ADI SD
My feeling is we should have more regular sync points where the patch queue is emptied and everything committed or rejected. No doubt, but the real problem here is that reviewing/committing other people's patches is not fun, it's just work :-(. So it's no surprise that it tends to

Re: [HACKERS] Patch queue concern

2007-03-29 Thread Simon Riggs
On Thu, 2007-03-29 at 01:34 -0400, Tom Lane wrote: Simon Riggs [EMAIL PROTECTED] writes: My feeling is we should have more regular sync points where the patch queue is emptied and everything committed or rejected. No doubt, but the real problem here is that reviewing/committing other

Re: [HACKERS] Patch queue concern

2007-03-29 Thread Gregory Stark
Tom Lane [EMAIL PROTECTED] writes: Simon Riggs [EMAIL PROTECTED] writes: My feeling is we should have more regular sync points where the patch queue is emptied and everything committed or rejected. No doubt, but the real problem here is that reviewing/committing other people's patches is

Re: [HACKERS] Patch queue concern

2007-03-29 Thread Andrew Dunstan
Gregory Stark wrote: Obviously a big part of that is that we just don't have enough committers. I'm hopeful that in time that situation will improve but in the meantime we do have a problem and the burden falls unfairly on a few. Is there anything others can do to help? If non-committers like

Re: [HACKERS] Patch queue concern

2007-03-29 Thread Tom Lane
Andrew Dunstan [EMAIL PROTECTED] writes: There is plenty of scope for people to review patches if they aren't committers. In fact, it is highly encouraged. Please review anything on the patch list you feel able to. Sure. Even if you miss things, every problem you do spot is one less... and

Re: [HACKERS] Patch queue concern

2007-03-29 Thread Bruce Momjian
Gregory Stark wrote: Bruce Momjian [EMAIL PROTECTED] writes: It favours people who are short-sighted and don't see what possible improvements their code has. No code in an ongoing project like this is ever completed anyways. It favors those who do not wait until the last minute,

Re: [HACKERS] Patch queue concern

2007-03-29 Thread Joshua D. Drake
We don't want open-ended a few days before feature feeze. We want them to be as done, at some complete stopping point, and submitted. OK, but we don't want something that is ready to be committed, we need it complete. So how many more releases before you think Postgres is complete? I am

Re: [HACKERS] Patch queue concern

2007-03-29 Thread Bruce Momjian
Tom Lane wrote: Simon Riggs [EMAIL PROTECTED] writes: My feeling is we should have more regular sync points where the patch queue is emptied and everything committed or rejected. No doubt, but the real problem here is that reviewing/committing other people's patches is not fun, it's just

Re: [HACKERS] Patch queue concern

2007-03-29 Thread Bruce Momjian
Gregory Stark wrote: Tom Lane [EMAIL PROTECTED] writes: Simon Riggs [EMAIL PROTECTED] writes: My feeling is we should have more regular sync points where the patch queue is emptied and everything committed or rejected. No doubt, but the real problem here is that reviewing/committing

Re: [HACKERS] Patch queue concern

2007-03-29 Thread August Zajonc
Bruce Momjian wrote: OK, but we don't want something that is ready to be committed, we need it complete. So how many more releases before you think Postgres is complete? I am getting tired of your semantic games, here, Greg. I have no idea what you are trying to accomplish, but I have

Re: [HACKERS] Patch queue concern

2007-03-29 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: The basic problem is we have a lot of complex patches coming in, and many from people who do not have years of experience with submitting patches to PostgreSQL. A complex patch from a novice user takes a lot of time to review, and frankly, we don't have

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Pavel Stehule
Hello, I found in queue patch simply custom variables protection, Pavel Stehule which you removed and didn't find my patch for scrollable cursors in plpgsql. Regards Pavel Stehule _ Emotikony a pozadi programu MSN Messenger

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Bruce Momjian
Josh Berkus wrote: Bruce, However, with feature freeze coming on Sunday, I am worried because there are a significant number of patches that have are not ready for review because they have not been completed by their authors. Can you flag those somehow? I have sent out email on every

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Gregory Stark
Bruce Momjian [EMAIL PROTECTED] writes: Right now, all the patches I think are ready for review are in the patch queue: http://momjian.postgresql.org/cgi-bin/pgpatches However, with feature freeze coming on Sunday, I am worried because there are a significant number of patches that

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Simon Riggs
On Tue, 2007-03-27 at 21:15 -0400, Bruce Momjian wrote: Right now, all the patches I think are ready for review are in the patch queue: http://momjian.postgresql.org/cgi-bin/pgpatches However, with feature freeze coming on Sunday, I am worried because there are a significant number

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Bruce Momjian
Gregory Stark wrote: Bruce Momjian [EMAIL PROTECTED] writes: Right now, all the patches I think are ready for review are in the patch queue: http://momjian.postgresql.org/cgi-bin/pgpatches However, with feature freeze coming on Sunday, I am worried because there are a

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Bruce Momjian
Simon Riggs wrote: On Tue, 2007-03-27 at 21:15 -0400, Bruce Momjian wrote: Right now, all the patches I think are ready for review are in the patch queue: http://momjian.postgresql.org/cgi-bin/pgpatches However, with feature freeze coming on Sunday, I am worried because there

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Joshua D. Drake
at seems like a bit of a whacky criterion to use before reviewing a patch. wacky? It favours people who are short-sighted and don't see what possible improvements their code has. No code in an ongoing project like this is ever completed anyways. It favors those who do not wait until the

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Bruce Momjian
Joshua D. Drake wrote: at seems like a bit of a whacky criterion to use before reviewing a patch. wacky? It favours people who are short-sighted and don't see what possible improvements their code has. No code in an ongoing project like this is ever completed anyways. It

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Simon Riggs
On Wed, 2007-03-28 at 15:48 -0400, Bruce Momjian wrote: What about the delayed fsync patch? All complete bar two fiddly items, as of Mar 11, design-to-complete posted along with patch. Working on those now. -- Simon Riggs EnterpriseDB http://www.enterprisedb.com

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Gregory Stark
Bruce Momjian [EMAIL PROTECTED] writes: Simon Riggs wrote: It's probably a good idea to have a queue of those too, to allow others to finish them if the original author hasn't/can't/won't. I'm not sure which ones you mean. At this point, with four days left before feature freeze, if the

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Bruce Momjian
Gregory Stark wrote: Bruce Momjian [EMAIL PROTECTED] writes: Simon Riggs wrote: It's probably a good idea to have a queue of those too, to allow others to finish them if the original author hasn't/can't/won't. I'm not sure which ones you mean. At this point, with four days left

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Simon Riggs
On Wed, 2007-03-28 at 17:02 -0400, Bruce Momjian wrote: they It would be good to know who/what you're talking about, specifically. Some patchers may think they have completed their work. Not a name-and-shame, just fair warning their work is considered incomplete and is about to be rejected as

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Bruce Momjian
Simon Riggs wrote: On Wed, 2007-03-28 at 17:02 -0400, Bruce Momjian wrote: they It would be good to know who/what you're talking about, specifically. Some patchers may think they have completed their work. Not a name-and-shame, just fair warning their work is considered incomplete

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Joshua D. Drake
Bruce Momjian wrote: Gregory Stark wrote: Bruce Momjian [EMAIL PROTECTED] writes: Simon Riggs wrote: It's probably a good idea to have a queue of those too, to allow others to finish them if the original author hasn't/can't/won't. I'm not sure which ones you mean.

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Bruce Momjian
Joshua D. Drake wrote: My assumption is if authors don't finish them in the next few days, they are unlikely to finish them during some grace period during feature freeze. And the extra time is usually allowed for changes requested by committers, while at this point the authors aren't

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Joshua D. Drake
Perhaps it makes sense to say: Feature Freeze: April 1st., no new patches accepted for 8.3 Patch Freeze April 15th., Authors have until the 15th to address any committer concerns Well, I am OK with that, but we need _community_ agreement on that. I realize it isn't fair that committers

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Simon Riggs
On Wed, 2007-03-28 at 17:12 -0400, Bruce Momjian wrote: Simon Riggs wrote: On Wed, 2007-03-28 at 17:02 -0400, Bruce Momjian wrote: they It would be good to know who/what you're talking about, specifically. Some patchers may think they have completed their work. Not a

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Jeremy Drake
On Wed, 28 Mar 2007, Simon Riggs wrote: On Wed, 2007-03-28 at 17:12 -0400, Bruce Momjian wrote: If everybody knows where everybody stands then we'll all be better off. There may be other dependencies that need resolution, or last minute decisions required to allow authors to finish. Wasn't

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Simon Riggs
On Wed, 2007-03-28 at 17:37 -0400, Bruce Momjian wrote: I realize it isn't fair that committers are behind on patches, while we are expecting submitters to make the deadline, but there are far fewer committers than submitters, and there was never a promise to commit everything before feature

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Gregory Stark
Bruce Momjian [EMAIL PROTECTED] writes: It favours people who are short-sighted and don't see what possible improvements their code has. No code in an ongoing project like this is ever completed anyways. It favors those who do not wait until the last minute, but complete them well before

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Carlo Florendo
Gregory Stark wrote: Bruce Momjian [EMAIL PROTECTED] writes: That's silly, of course people are still working on them, many of these tasks are open ended and can be improved as long as we have time. just because they're still working on them doesn't necessarily mean what they have so far isn't

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Carlo Florendo
Gregory Stark wrote: In any case I think Simon and you have fallen into the trap of thinking of development as a single-person project. Most developers here, especially first-time contributors, don't just work in the dark on their own and turn up with a finished patch. They have questions and

Re: [HACKERS] Patch queue concern

2007-03-28 Thread Tom Lane
Simon Riggs [EMAIL PROTECTED] writes: My feeling is we should have more regular sync points where the patch queue is emptied and everything committed or rejected. No doubt, but the real problem here is that reviewing/committing other people's patches is not fun, it's just work :-(. So it's no

[HACKERS] Patch queue concern

2007-03-27 Thread Bruce Momjian
Right now, all the patches I think are ready for review are in the patch queue: http://momjian.postgresql.org/cgi-bin/pgpatches However, with feature freeze coming on Sunday, I am worried because there are a significant number of patches that have are not ready for review because they

Re: [HACKERS] Patch queue concern

2007-03-27 Thread Josh Berkus
Bruce, However, with feature freeze coming on Sunday, I am worried because there are a significant number of patches that have are not ready for review because they have not been completed by their authors. Can you flag those somehow? -- Josh Berkus PostgreSQL @ Sun San Francisco