Re: dynloader.h missing in prebuilt package for Windows?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: dynloader.h missing in prebuilt package for Windows?
Дата
Msg-id 20151229201620.GB23552@momjian.us
обсуждение исходный текст
Ответ на Re: dynloader.h missing in prebuilt package for Windows?  (Chapman Flack <chap@anastigmatix.net>)
Список pgsql-hackers
On Tue, Dec 29, 2015 at 03:01:55PM -0500, Chapman Flack wrote:
> On 12/29/15 14:08, Bruce Momjian wrote:
> 
> > This should fix the PL/Java Windows build problem.  I don't think I will
> > get this patch into 9.5.0 but will put it in after 9.5.0 is released and
> > it will appear in all the next minor version releases, including 9.5.1,
> > which should happen in the next 60 days.
> 
> Thanks!  What I ended up doing in PL/Java was just to create a 'fallback'
> directory with a copy of dynloader.h in it, and adding it at the very
> end of the include path when building on Windows, so I think the build
> will now work either way, using the real file if it is present, or the
> frozen-in-time fallback copy if it isn't.  Then the fallback directory
> can be axed as soon as 9.5.1 becomes the oldest thing in PL/Java's
> rearview support mirror.

Yes, that is a good plan.  I will apply this to all supported major
versions, so a simple minor version upgrade will allow it to work
without the fallback.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription                             +



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Chapman Flack
Дата:
Сообщение: Re: dynloader.h missing in prebuilt package for Windows?
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Avoid endless futile table locks in vacuuming.