Re: Re: [GENERAL] Symbols and versioning of binary releases; running a symbol server - Mailing list pgsql-hackers

From Dave Page
Subject Re: Re: [GENERAL] Symbols and versioning of binary releases; running a symbol server
Date
Msg-id BANLkTikxvgx_6iwnaAzJ=WHi0Aw_xk4a+w@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Symbols and versioning of binary releases; running a symbol server  (Craig Ringer <craig@postnewspapers.com.au>)
Responses Re: Re: [GENERAL] Symbols and versioning of binary releases; running a symbol server
List pgsql-hackers
On Thu, Jun 16, 2011 at 11:31 AM, Craig Ringer
<craig@postnewspapers.com.au> wrote:
> In this case a different (or additional) string for EDB releases is exactly
> what I'm after - a string that uniquely identifies a release made with an
> EDB installer, so that "8.4.2-1" can be reliably identified as separate from
> "8.4.2-2" and separate again from a hand-built Pg or a .zip release.

That's not feasible, as the -x part of the number is the installer
build number and is unrelated to the build of the binaries. We
regularly rebuild the installers to fix minor issues without
rebuilding the binaries.

> To download 8.4.2-2 at all I had to go to download the latest EDB release,
> note the URL and play substitution games. Maybe I just didn't find the "old
> versions" link that'll turn out to be lurking somewhere.

I'm not sure I understand the problem. We ship the symbols in the
package, so why did you have to go looking for an old version to debug
an issue?


-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: .gitignore for some of cygwin files
Next
From: Craig Ringer
Date:
Subject: Re: Re: [GENERAL] Symbols and versioning of binary releases; running a symbol server