Re: Add PGDLLIMPORT lines to some variables
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Brian Cloutier <brian@citusdata.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-11-17T06:27:56Z
Lists: pgsql-hackers
Hi 2017-11-16 23:59 GMT+01:00 Brian Cloutier <brian@citusdata.com>: > 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. > please, append session_timezone to your list Regards Pavel
Commits
-
Mark ReplicationSlotCtl as PGDLLIMPORT.
- 3c8f8f6ebefb 12.0 landed
- 945ae92c8a5e 10.9 landed
- 9065fc2bd1cf 9.6.14 landed
- 68a0571e2255 9.4.23 landed
- 2c5756ba5416 9.5.18 landed
- 07accce500d8 11.4 landed
-
Mark assorted variables PGDLLIMPORT.
- e6c7ff9e381b 9.3.21 landed
- f4bb60ed69d8 9.4.16 landed
- 1892f04fb176 9.5.11 landed
- a4116c460299 9.6.7 landed
- ff1473078d25 10.2 landed
- c572599c65bf 11.0 landed
-
contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.
- 56018bf26eec 10.0 cited