pg13 PGDLLIMPORT list

From: legrand legrand <legrand_legrand(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg13 PGDLLIMPORT list
Date: 2020-01-17 22:07:48
Message-ID: 1579298868581-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2020-01-17 22:13:33 Re: Avoid full GIN index scan when possible
Previous Message Tom Lane 2020-01-17 21:48:10 Re: Avoid full GIN index scan when possible