Re: Frontend error logging style

Поиск
Список
Период
Сортировка
От Dmitry Koval
Тема Re: Frontend error logging style
Дата
Msg-id cf2b4f06-9745-a8f2-35d6-06daaf6e3bd6@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Frontend error logging style  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: Frontend error logging style
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Imseih (AWS), Sami"
Дата:
Сообщение: Re: Query Jumbling for CALL and SET utility statements
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Make finding openssl program a configure or meson option