Re: Apply PGDLLIMPORT markings to some GUC variables
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Sofia Kopikova <s.kopikova@postgrespro.ru>
Cc: pgsql-hackers@postgresql.org, Peter Eisentraut <peter@eisentraut.org>
Date: 2024-08-13T19:00:00Z
Lists: pgsql-hackers
On Tue, Aug 13, 2024 at 10:38 AM Sofia Kopikova <s.kopikova@postgrespro.ru> wrote: > 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. This seems correct to me. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Apply PGDLLIMPORT markings to some GUC variables
- 5304fec4d8a1 18.0 landed
-
Move extern declarations for EXEC_BACKEND to header files
- d3cc5ffe81f6 18.0 cited