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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy