Re: STILL LACKING: CVS tag for release 7.2.1 - Mailing list pgsql-hackers

From
Subject Re: STILL LACKING: CVS tag for release 7.2.1
Date
Msg-id Pine.LNX.4.33L2.0205061348060.1861-100000@floatingdoghead.net
Whole thread Raw
In response to Re: STILL LACKING: CVS tag for release 7.2.1  (Lamar Owen <lamar.owen@wgcr.org>)
Responses Re: STILL LACKING: CVS tag for release 7.2.1  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sun, 5 May 2002, Lamar Owen wrote:

> On Sunday 05 May 2002 02:46 pm, Jack Bates wrote:
> > CVSROOT=:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot
>
> > Still no tag for 7.2.1.
>
> > Could I (again) request that a tag be set for the current public release
> > of this product?
>
> Why? ...

Aside from being a near-universal "best practice", it makes it easier for
someone to analyze whether local patches to 7.2.1 conflict with work that
the team has committed.  This makes it easier for patches to be massaged
and submitted to the maintainers successfully even if the patch is not
originally written for CVS head.  Not everyone wants to develop on the
bleeding edge all the time.  Code that has passed local acceptance testing
needs to be supported carefully at its existing release level, if at all
possible.

There was a tag for the 7.1.2 release, which was my previous baseline.  A
bunch of BETAs leading to 7.2 are tagged.  Why not the current public
release?

I'm not here to bully and I apologize if my tone irritated.  I'm a
seasoned software engineer, and I'm happy to help out a bit in areas where
I am qualified to do so.  I submitted a patch last week for an obscure SSL
issue in libpq and I'm looking at enabling, generally, non-blocking client
IO over SSL in that library.

BTW - I _LOVE_ 7.2's non-locking VACUUM ANALYZE - many, many thanks!
Recent murmurings about propogating "deadness" of tuples to reduce index
scan time are quite interesting to me, as is point-in-time recovery.
Even without these features, PostgreSQL works _very_ well and quite
predictably for me.  I beat on this DBMS very hard, and I have not been
able to break 7.2[.1] (nor 7.1.2, previously).  Real good stuff.

Cheers.

-- 

Jack Bates
Portland, OR, USA
http://www.floatingdoghead.net

Got privacy?
My PGP key: http://www.floatingdoghead.net/pubkey.txt



pgsql-hackers by date:

Previous
From: Matthew Kirkwood
Date:
Subject: Re: HEADS UP: Win32/OS2/BeOS native ports
Next
From: "Bertin, Philippe"
Date:
Subject: Re: IF- statements in a rule's 'DO INSTEAD SELECT ...'- statement