pg13 PGDLLIMPORT list - Mailing list pgsql-hackers

From legrand legrand
Subject pg13 PGDLLIMPORT list
Date
Msg-id 1579298868581-0.post@n3.nabble.com
Whole thread Raw
Responses Re: pg13 PGDLLIMPORT list  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hello,
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;

Thanks in advance
Regards
PAscal



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Avoid full GIN index scan when possible
Next
From: Alexander Korotkov
Date:
Subject: Re: Avoid full GIN index scan when possible