Missing newlines in verbose logs of pg_dump, introduced by RLS patch - Mailing list pgsql-hackers

From Michael Paquier
Subject Missing newlines in verbose logs of pg_dump, introduced by RLS patch
Date
Msg-id CAB7nPqRV0ac4gsy1ojOjeEPJaNeUnqnFiyGQFAAPVLQowy8yLA@mail.gmail.com
Whole thread Raw
Responses Re: Missing newlines in verbose logs of pg_dump, introduced by RLS patch
List 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
Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Patch to support SEMI and ANTI join removal
Next
From: Simon Riggs
Date:
Subject: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}