Re: Where to see the patch queue (was Re: [PATCHES] Patch for Postmaster

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Matthias Schmidt <schmidtm(at)mock-software(dot)de>
Cc: Eric Crampton <escpg(at)eonomine(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Where to see the patch queue (was Re: [PATCHES] Patch for Postmaster
Date: 2005-03-01 18:51:05
Message-ID: 200503011851.j21Ip5h14387@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Have you read the developer's FAQ. It is a requirement to get involved.

---------------------------------------------------------------------------

Matthias Schmidt wrote:
> Hi *,
>
> I have submitted a patch which does exactly this. Somebody edited it
> and Bruce put it on
> the queue for 8.1.
>
> Now we both did the same work twice. This is a good example how a
> public accessible
> Bugtracker and TODO-List where one can claim things (or get assigned to
> some workitem)
> can save valuable time.
>
> Image someone likes to get in touch with the codebase by fixing some
> bugs first. To my
> understanding, there is no Bug Database for Postgres (correct me, if I
> am wrong).
> Where can this volunteer lookup Bugs? I don't want to restart the
> Bugzilla Discussion,
> since I personally don't have any preference which Trouble-Ticket
> System to use.
> But I think the idea of having one is worth considering.
>
> cheers,
>
> Matthias
>
> Am 25.02.2005 um 03:51 schrieb Bruce Momjian:
>
> > Eric Crampton wrote:
> >> On Feb 24, 2005, at 5:38 PM, Tom Lane wrote:
> >>
> >>> "Eric Crampton" <escpg(at)eonomine(dot)com> writes:
> >>>> I noticed in the TODO that there is an item requesting a function
> >>>> which
> >>>> returns the uptime of the postmaster. I've wanted that as well. So,
> >>>> I've
> >>>> added just such a thing: server_start_time(). This function returns
> >>>> the
> >>>> time when the postmaster was started; a simple now() -
> >>>> server_start_time()
> >>>> returns the uptime.
> >>>
> >>> Isn't there one of these in the patch queue already?
> >>
> >> There could be, but I didn't see one because perhaps I'm looking in
> >> the
> >> wrong place. I referenced the TODO list here:
> >>
> >> http://developer.postgresql.org/todo.php
> >>
> >> and I referenced the unapplied patches here:
> >>
> >> http://momjian.postgresql.org/cgi-bin/pgpatches
> >>
> >> Where should I be looking?
> >>
> >
> > Sure:
> >
> > http://momjian.postgresql.org/cgi-bin/pgpatches2
> >
> > --
> > Bruce Momjian | http://candle.pha.pa.us
> > pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> > + If your life is a hard drive, | 13 Roberts Road
> > + Christ can be your backup. | Newtown Square, Pennsylvania
> > 19073
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 6: Have you searched our list archives?
> >
> > http://archives.postgresql.org
> >
> >
> ----------------------------------------------------------------------
> Matthias Schmidt
> Viehtriftstr. 49
>
> 67346 Speyer
> GERMANY
>
> Tel.: +49 6232 4867
> Fax.: +49 6232 640089
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Francisco Figueiredo Jr. 2005-03-01 18:56:06 Re: Execute and PortalSuspended needs explicit transaction
Previous Message pgsql 2005-03-01 18:42:09 Re: bitmap AM design

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2005-03-01 20:08:27 Getting rid of the global timezone
Previous Message Matthias Schmidt 2005-03-01 17:57:53 Re: Where to see the patch queue (was Re: [PATCHES] Patch for Postmaster