Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d33412

Browse files
committed
Remove PGDLLIMPORT marker from __pg_log_level
Per discussion with Tom Lane and Andres Freund. I have misunderstoodthe intention behind the choice done in9a374b7.Discussion:https://postgr.es/m/20220512153737.6kbbcf4qyvwgq4s2@alap3.anarazel.de
1 parent07d683b commit8d33412

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-
externPGDLLIMPORTenumpg_log_level__pg_log_level;
54+
externenumpg_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)

[8]ページ先頭

©2009-2025 Movatter.jp