Re: win32 version info - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: win32 version info
Date
Msg-id 4441.24.211.141.25.1091104191.squirrel@www.dunslane.net
Whole thread Raw
In response to Re: win32 version info  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
Magnus Hagander said:

>
> One more thing I realised - we need two different types of versioninfo
> structures, because one fields tells wether it's a DLL or an app. How
> would you prefer this done - either using $(WIN32VERDLL)/$(WIN32VERAPP)
> (or $(PORTOBJSHLIB)/$(PORTOBJAPP) if we go down that route), or by
> setting another field along FILEDESC called FILETYPE or similar?
>

I think I would go with PORTOBJ + FILEDESC + FILETYPE for now. ISTM that
gets it clean enough, and it can be revisited later if necessary.

One thing that I think Peter referred to - libraries that we version (e.g.
libpq) in standard Unix major.minor style should probably carry that version
rather than the PostgreSQL version number.

cheers

andrew



pgsql-patches by date:

Previous
From: Zhenbang Wei
Date:
Subject: Traditional Chinese libpq-zh_TW.po for 7.5
Next
From: "Magnus Hagander"
Date:
Subject: Re: win32 version info