Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8d33412

Browse files
committed
Remove PGDLLIMPORT marker from __pg_log_level
Per discussion with Tom Lane and Andres Freund. I have misunderstood the intention behind the choice done in 9a374b7. Discussion: https://postgr.es/m/20220512153737.6kbbcf4qyvwgq4s2@alap3.anarazel.de
1 parent 07d683b commit 8d33412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/common/logging.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ enum pg_log_level
5151
/*
5252
* __pg_log_level is the minimum log level that will actually be shown.
5353
*/
54-
extern PGDLLIMPORT enum pg_log_level __pg_log_level;
54+
extern enum pg_log_level __pg_log_level;
5555

5656
/*
5757
* A log message can have several parts. The primary message is required,

0 commit comments

Comments
 (0)