Re: pg13 PGDLLIMPORT list
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: legrand legrand <legrand_legrand@hotmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-01-18T07:04:14Z
Lists: pgsql-hackers
On Sat, Jan 18, 2020 at 7:56 AM Michael Paquier <michael@paquier.xyz> wrote: > > On Fri, Jan 17, 2020 at 03:07:48PM -0700, legrand legrand wrote: > > Would it be possible to add PGDLLIMPORT to permit to build following > > extensions on windows > > > > pg_stat_sql_plans: > > src/include/pgstat.h > > extern PGDLLIMPORT bool pgstat_track_activities; > > > > pg_background: > > src/include/storage/proc.h > > extern PGDLLIMPORT int StatementTimeout; > > No objections from me to add both to what's imported. > +1 for adding PGDLLIMPORT to these variables. In the past, we have added it on the request of some extension authors, so I don't see any problem doing this time as well. -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
- dbe405b7859c 9.4.26 landed
- 4a49149b9d74 9.5.21 landed
- 9740cdbe5e35 9.6.17 landed
- 1ef7332b78f5 10.12 landed
- 7c7026bb7aa5 11.7 landed
- ef8e6b2c2ba0 12.2 landed
- 62c9b522311a 13.0 landed