Apply PGDLLIMPORT markings to some GUC variables

From: Sofia Kopikova <s(dot)kopikova(at)postgrespro(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Apply PGDLLIMPORT markings to some GUC variables
Date: 2024-08-13 14:38:42
Message-ID: e0b17014-5319-4dd6-91cd-93d9c8fc9539@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

I noticed that in commit d3cc5ffe81f6 some GUC variables were moved to
header files. According to the commit message in 8ec569479, all
variables in header files must be marked with PGDLLIMPORT, am I right?

I've made a patch that adds missing PGDLLIMPORTs, please, take a look.

--
Best regards,
Sofia Kopikova
Postgres Professional: http://www.postgrespro.com

Attachment Content-Type Size
0001-Apply-PGDLLIMPORT-markings-to-some-GUC-variables.patch text/x-patch 3.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2024-08-13 14:38:55 Re: Create syscaches for pg_extension
Previous Message Pavel Stehule 2024-08-13 14:22:20 Re: Create syscaches for pg_extension