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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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:39:40
Message-ID: 494D661C.4050509@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Tom Lane wrote:
> 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 ??

Yes, they are new build targets, that's why it didn't catch them.

//Magnus

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-12-20 22:04:02 pgsql: Teach MSVC build system about building foreign data wrappers.
Previous Message Tom Lane 2008-12-20 21:37:49 Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2008-12-20 21:43:25 a small proposal for avoiding foot-shooting
Previous Message Tom Lane 2008-12-20 21:37:49 Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major