pgsql: Remove PGDLLIMPORT marker from __pg_log_level

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove PGDLLIMPORT marker from __pg_log_level
Date: 2022-05-13 00:41:58
Message-ID: E1npJNW-000QOW-LI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8d3341266508fc1aed1f1a6bdb4ed885821c81b0

Modified Files
--------------
src/include/common/logging.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-05-13 02:00:01 pgsql: Don't report stats in LogicalRepApplyLoop() when in xact.
Previous Message Andres Freund 2022-05-12 19:42:27 pgsql: Add 'static' to file-local variables missing it.