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
-
Avoid using %c printf format for potentially non-ASCII characters.
- 16e3ad5d1437 14.0 landed