Add PGDLLIMPORT lines to some variables - Mailing list pgsql-hackers

From Brian Cloutier
Subject Add PGDLLIMPORT lines to some variables
Date
Msg-id CAJCy68fscdNhmzFPS4kyO00CADkvXvEa-28H-OtENk-pa2OTWw@mail.gmail.com
Whole thread Raw
Responses Re: Add PGDLLIMPORT lines to some variables  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Hello hackers,

I'm porting Citus to Windows and found that we use some variables which PG doesn't export; here is a patch which adds PGDLLIMPORT declarations to those variables. This is unfortunately required on Windows for extensions to be able to use those variables, and appears to already have been done to quite a few other variables.
Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [HACKERS] SERIALIZABLE on standby servers
Next
From: Merlin Moncure
Date:
Subject: Re: Transaction control in procedures