Re: pg13 PGDLLIMPORT list

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: legrand legrand <legrand_legrand(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg13 PGDLLIMPORT list
Date: 2020-01-18 02:26:10
Message-ID: 20200118022610.GA230692@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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. Do you have a
specific use-case in mind for an extension on Windows? Just
wondering..
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2020-01-18 02:51:02 Re: Expose lock group leader pid in pg_stat_activity
Previous Message Peter Geoghegan 2020-01-18 01:43:04 Re: Amcheck: do rightlink verification with lock coupling