Re: [PATCH] configure: add git describe output to PG_VERSION when building a git tree

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Oskari Saarenmaa <os(at)ohmu(dot)fi>, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] configure: add git describe output to PG_VERSION when building a git tree
Date: 2013-11-05 17:28:56
Message-ID: CAMkU=1wqC7k2ByimhgPan20sr2zwVrzz_N1CXYVCZxUFTgnGkg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 5, 2013 at 6:35 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Oskari Saarenmaa <os(at)ohmu(dot)fi> writes:
> > On Tue, Nov 05, 2013 at 02:06:26PM +0200, Heikki Linnakangas wrote:
> >> I can see some value in that kind of information, ie. knowing what
> >> patches a binary was built with, but this would only solve the
> >> problem for git checkouts. Even for a git checkout, the binaries
> >> won't be automatically updated unless you run "configure" again,
> >> which makes it pretty unreliable.
> >>
> >> -1 from me.
>
> > I don't think we can solve the problem of finding local changes for all
> the
> > things people may do, but I'd guess it's pretty common to build
> postgresql
> > from a clean local git checkout and with this change at least some
> portion
> > of users would get some extra information.
>
> I agree with Heikki that this is basically useless. Most of my builds are
> from git + uncommitted changes, so telling me what the top commit was has
> no notable value. Even if I always committed before building, the hash
> tags are only decipherable until I discard that branch.

I nearly always remember to set config's "prefix" to some directory name
that describes the uncommitted changes which I am reviewing or testing.
Also including into the directory name the git commit to which those
changes were applied is awkward and easy to forgot to do--the kind of thing
best done by software. (And if I've discarded the branch, that pretty much
tells me what I need to know about the binary built from it--obsolete.)

Cheers,

Jeff

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Claudio Freire 2013-11-05 17:30:06 Re: Fast insertion indexes: why no developments
Previous Message Joe Love 2013-11-05 17:16:15 Re: Handle LIMIT/OFFSET before select clause (was: Feature request: optimizer improvement)