Add missing PGDLLIMPORT markings
commit768ceeeaa127a8001d60ad6a62846a8be3f35d93
authorMichael Paquier <michael@paquier.xyz>
Tue, 16 Apr 2024 00:38:46 +0000 (16 09:38 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 16 Apr 2024 00:38:46 +0000 (16 09:38 +0900)
treef82fd0cf67ed86debb74f94aec4370be63d8482b
parent09d9800e52822ed20d69d98aaa39d3fb10769c44
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/ZhzkRzrkKhbeQMRm@paquier.xyz
src/include/postmaster/postmaster.h