Re: pgbench - use pg logging capabilities

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgbench - use pg logging capabilities
Дата
Msg-id 86766a97-0107-168c-e932-6d083347c5e6@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pgbench - use pg logging capabilities  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgbench - use pg logging capabilities
Список pgsql-hackers
On 2020-01-08 15:12, Michael Paquier wrote:
> On Wed, Jan 08, 2020 at 02:27:46PM +0100, Peter Eisentraut wrote:
>> Committed.
> 
> That was fast.
> 
> -   if (debug)
> +   if (unlikely(__pg_log_level <= PG_LOG_DEBUG))
>      {
> I am surprised that you kept this one,

I'm not happy about it, but it seems OK for now.  We can continue to 
improve here.

> while syntax_error() has been
> changed in a more modular way.

I don't follow what you mean by that.

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



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgbench - use pg logging capabilities
Следующее
От: Christoph Berg
Дата:
Сообщение: src/test/recovery regression failure on bionic