1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-12 16:21:30 +03:00

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
This commit is contained in:
Michael Paquier 2022-05-13 09:39:13 +09:00
parent 07d683b54a
commit 8d33412665

View File

@ -51,7 +51,7 @@ enum pg_log_level
/* /*
* __pg_log_level is the minimum log level that will actually be shown. * __pg_log_level is the minimum log level that will actually be shown.
*/ */
extern PGDLLIMPORT enum pg_log_level __pg_log_level; extern enum pg_log_level __pg_log_level;
/* /*
* A log message can have several parts. The primary message is required, * A log message can have several parts. The primary message is required,