Re: Missing newlines in verbose logs of pg_dump, introduced by RLS patch

Поиск
Список
Период
Сортировка
От Fabrízio de Royes Mello
Тема Re: Missing newlines in verbose logs of pg_dump, introduced by RLS patch
Дата
Msg-id CAFcNs+rGyY7xuQzHTdjP2nk=BkaCA2gtgtV7vv94B6GkEAq0Hw@mail.gmail.com
обсуждение исходный текст
Ответ на Missing newlines in verbose logs of pg_dump, introduced by RLS patch  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Missing newlines in verbose logs of pg_dump, introduced by RLS patch  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On Sun, Sep 28, 2014 at 1:36 AM, Michael Paquier <michael.paquier@gmail.com> wrote:
>
> Hi all,
>
> Recent commit 491c029 introducing RLS has broken a bit the verbose logs of pg_dump, one message missing a newline:
> +               if (g_verbose)
> +                       write_msg(NULL, "reading row-security enabled for table \"%s\"",
> +                                         tbinfo->dobj.name);
> The patch attached corrects that.
>
 
The schema name is missing... attached patch add it.

Regards,

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog: http://fabriziomello.github.io
>> Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello
>> Github: http://github.com/fabriziomello
Вложения

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

Предыдущее
От: Gregory Smith
Дата:
Сообщение: Re: Time measurement format - more human readable
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}