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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Missing newlines in verbose logs of pg_dump, introduced by RLS patch
Дата
Msg-id CAB7nPqRV0ac4gsy1ojOjeEPJaNeUnqnFiyGQFAAPVLQowy8yLA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Missing newlines in verbose logs of pg_dump, introduced by RLS patch
Список pgsql-hackers
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.
Regards,
--
Michael
Вложения

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