| From: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
|---|---|
| To: | Michael Paquier <michael(at)paquier(dot)xyz> |
| Cc: | legrand legrand <legrand_legrand(at)hotmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pg13 PGDLLIMPORT list |
| Date: | 2020-01-18 07:04:14 |
| Message-ID: | CAA4eK1KH=itRD_vKhkfkCChFV=waG_TutgZ50mzpDVVC-ZDO8Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sat, Jan 18, 2020 at 7:56 AM Michael Paquier <michael(at)paquier(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Julien Rouhaud | 2020-01-18 07:19:19 | Re: pg13 PGDLLIMPORT list |
| Previous Message | nuko yokohama | 2020-01-18 05:39:35 | Re: Implementing Incremental View Maintenance |