forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit768ceee
committed
Add missing PGDLLIMPORT markings
All backend-side variables should be marked with PGDLLIMPORT, as perpolicy introduced in8ec5694.aafc05d has forgottenMyClientSocket, and05c3980 LoadedSSL.These can be spotted with a command like this one (be careful of notswitching __pg_log_level):src/tools/mark_pgdllimport.pl $(git ls-files src/include/)Reported-by: Peter EisentrautDiscussion:https://postgr.es/m/ZhzkRzrkKhbeQMRm@paquier.xyz1 parent09d9800 commit768ceee
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
|
0 commit comments
Comments
(0)