Re: bugfix: invalid bit/varbit input causes the log file to be unreadable

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Quan Zongliang <quanzongliang@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2020-06-29T15:42:23Z
Lists: pgsql-hackers
Quan Zongliang <quanzongliang@gmail.com> writes:
> I tested it, and it looks fine.

Pushed, thanks for reporting the issue!

			regards, tom lane



Commits

  1. Avoid using %c printf format for potentially non-ASCII characters.