Re: win32 version info

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-patches(at)postgresql(dot)org
Subject: Re: win32 version info
Date: 2004-07-29 14:02:19
Message-ID: 4109036B.6040001@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Magnus Hagander wrote:

>
>2) We'll *have* to start actually bumping at least minor versions
>whenever we change the code in a sharaed lib. Which we don't do now,
>except for libpq. For example, plperl still says 0.0, and plpgsql says
>1.0. Also, all the conversion procs are at 0.0, and they all build from
>the same rule. That means they all need to get bumped when one of them
>changes. That may be a good idea for unix platforms as well, but it is
>more work during releases that has to be included. Not sure if we want
>to buy into that?
>
>

Me either. These don't matter too much, but ...

>Oh, and for the record, we version libpq.dll on windows in the 7.x.y
>manner, and have been doing so ever since we first added win32 support.
>We can't really back that one down, so we'd need an exception for that
>one.
>
>
>
>
>

This one *does* matter, because it's the main library other software
depends on. We might have to find some workaround for people who have
installed dev versions, but we haven't made an official release yet, so
those people are using it on a caveat emptor basis. I really think we
need to get this right, and to do so from the start.

cheers

andrew

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2004-07-29 14:50:23 Re: Strings not possible to translate
Previous Message Magnus Hagander 2004-07-29 12:46:43 Re: win32 version info