Add missing PGDLLIMPORT markings

Michael Paquier <michael@paquier.xyz>

Commit: 768ceeeaa127a8001d60ad6a62846a8be3f35d93
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-04-16T00:38:46Z
Releases: 17.0
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

Files

PathChange+/−
src/include/postmaster/postmaster.h modified +2 −2

Discussion

Cited messages not in the archive: ZhzkRzrkKhbeQMRm@paquier.xyz