Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major
Date: 2008-12-20 21:37:49
Message-ID: 22190.1229809069@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> Exactly what type of changes affec the MSVC build system?

> Anything the system doesn't pick up automatically. That means most new
> build targets (but it will pick up a contrib automatically, and a
> conversion proc, for example). Also if modifications are made to the
> scripts that run (like gen_fmgr.sh).

> Just adding new files to exisitng makefiles, or adding a new subdir that
> adds more files to an existing target, should require no changes.

It might help clarify things if you say why it *didn't* pick up these
new foreign-server libraries. Is it because they were new build
targets, or ??

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-12-20 21:39:40 Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major
Previous Message User Talliesin 2008-12-20 19:25:23 npgsql - Npgsql2: Remove (now pointless and only recently added) version

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-12-20 21:39:40 Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major
Previous Message Tom Lane 2008-12-20 21:35:39 Re: dblink vs SQL/MED