pgsql: Add missing PGDLLIMPORT markings

2024-04-15 Thread Michael Paquier
Add missing PGDLLIMPORT markings

All backend-side variables should be marked with PGDLLIMPORT, as per
policy introduced in 8ec569479f.  aafc05de1bf5 has forgotten
MyClientSocket, and 05c3980e7f47 LoadedSSL.

These can be spotted with a command like this one (be careful of not
switching __pg_log_level):
src/tools/mark_pgdllimport.pl $(git ls-files src/include/)

Reported-by: Peter Eisentraut
Discussion: https://postgr.es/m/zhzkrzrkkhbeq...@paquier.xyz

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/768ceeeaa127a8001d60ad6a62846a8be3f35d93

Modified Files
--
src/include/postmaster/postmaster.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: Add missing PGDLLIMPORT markings

2024-01-16 Thread Heikki Linnakangas
Add missing PGDLLIMPORT markings

Since commit 8ec569479f, we have a policy of marking all backend
variables with PGDLLIMPORT.

Reported-by: Anton A. Melnikov
Discussion: 
https://www.postgresql.org/message-id/0b78546c-ffef-4cd9-9ba1-d1e6aab88...@postgrespro.ru

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/c6b86eaa55ff225a7a4aa23c13e42edc4d996a44

Modified Files
--
src/include/postmaster/walsummarizer.h | 4 ++--
src/include/storage/buf_internals.h| 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)