Re: CurrentExtensionObject was Re: dynloader.h missing in prebuilt package for Windows? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: CurrentExtensionObject was Re: dynloader.h missing in prebuilt package for Windows?
Date
Msg-id 20151231214338.GM4360@momjian.us
Whole thread Raw
In response to Re: CurrentExtensionObject was Re: dynloader.h missing in prebuilt package for Windows?  (Chapman Flack <chap@anastigmatix.net>)
List pgsql-hackers
On Thu, Dec 31, 2015 at 04:41:44PM -0500, Chapman Flack wrote:
> I suppose there really won't be a way to do this with reliability
> unless someday extensions can hook the dependency infrastructure,
> as you mentioned in passing in an earlier message.
> 
> That sounds like a longer discussion. But I wondered if it might
> not be too hard to put PGDLLIMPORT on CurrentExtensionObject as
> a stopgap.
> 
> ... though perhaps it doesn't matter that much, because I still
> have to write a circuitous workaround anyway, and keep it in the
> code until 9.1 through 9.4 all vanish from the earth.

I think we decided that only older _minor_ versions would need your
workaround, so anyone doing a minor upgrade after 9.5.1 and friends
would be fine.

--  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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Further tweaking of print_aligned_vertical().
Next
From: "Paragon Corporation"
Date:
Subject: Re: IMPORT FOREIGN SCHEMA return create foreign table commands are those further filtered in LIMIT and EXCEPT cases?