Re: Frontend error logging style

From: Dmitry Koval <d(dot)koval(at)postgrespro(dot)ru>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Frontend error logging style
Date: 2022-10-11 14:57:03
Message-ID: cf2b4f06-9745-a8f2-35d6-06daaf6e3bd6@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

Commit 9a374b77fb53 (Improve frontend error logging style.) replaced a
line of file src/include/common/logging.h
```
extern PGDLLIMPORT enum pg_log_level __pg_log_level;
```
to
```
extern enum pg_log_level __pg_log_level;
```
i.e. it is rollback of commit 8ec569479fc28 (Apply PGDLLIMPORT markings
broadly.)

Is it correct?

--
With best regards,
Dmitry Koval

Postgres Professional: http://postgrespro.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2022-10-11 15:06:22 Make finding openssl program a configure or meson option
Previous Message Imseih (AWS), Sami 2022-10-11 14:18:54 Re: Query Jumbling for CALL and SET utility statements