Add PGDLLIMPORT lines to some variables

From: Brian Cloutier <brian(at)citusdata(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Add PGDLLIMPORT lines to some variables
Date: 2017-11-16 22:59:17
Message-ID: CAJCy68fscdNhmzFPS4kyO00CADkvXvEa-28H-OtENk-pa2OTWw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pgdllimport-v1.patch text/x-patch 6.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2017-11-16 23:00:38 Re: Transaction control in procedures
Previous Message Simon Riggs 2017-11-16 22:52:16 Re: [HACKERS] SERIALIZABLE on standby servers