Re: Plug-in common/logging.h with vacuumlo and oid2name

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Plug-in common/logging.h with vacuumlo and oid2name
Дата
Msg-id 9479f52d-f170-acff-9b2c-96db3f5edf6a@2ndquadrant.com
обсуждение исходный текст
Ответ на Plug-in common/logging.h with vacuumlo and oid2name  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Plug-in common/logging.h with vacuumlo and oid2name  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 2019-08-20 03:28, Michael Paquier wrote:
> +                    pg_log_error("\nfailed to remove lo %u: %s", lo,
> +                                 PQerrorMessage(conn));

This newline should be removed.

progname can probably be made into a local variable now.

The rest looks good to me.

Do we need set_pglocale_pgservice() calls here if we're not doing NLS?
Does the logging stuff require it?  I'm not sure.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: refactoring - share str2*int64 functions
Следующее
От: Richard Guo
Дата:
Сообщение: Re: d25ea01275 and partitionwise join