Re: BUG #19354: JOHAB rejects valid byte sequences

Henson Choi <assam258@gmail.com>

From: Henson Choi <assam258@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Thomas Munro <thomas.munro@gmail.com>, Heikki Linnakangas <hlinnaka@iki.fi>, Tom Lane <tgl@sss.pgh.pa.us>, Jeroen Vermeulen <jtvjtv@gmail.com>, VASUKI M <vasukianand0119@gmail.com>, pgsql-bugs@lists.postgresql.org
Date: 2026-05-16T09:39:13Z
Lists: pgsql-bugs
2026년 5월 15일 (금) 오전 4:36, Robert Haas <robertmhaas@gmail.com>님이 작성:

> On Wed, Apr 15, 2026 at 2:59 AM Thomas Munro <thomas.munro@gmail.com>
> wrote:>
> > On Wed, Apr 15, 2026 at 5:58 PM Henson Choi <assam258@gmail.com> wrote:
> > > While reading through the encoding alias table in
> src/common/encnames.c,
> > > I noticed a few long-standing inaccuracies and omissions in the
> per-entry
> > > comments for the three Korean encodings.
> >
> > LGTM, so I will go ahead and push this to all branches.
>
> I see that this was done, but this isn't the actual fix for this
> issue, right? Is somebody going to apply the main fix patch (perhaps
> just to master)?


Right -- the cosmetic encnames.c comment cleanup is what Thomas
pushed; the actual verifier fix is still pending.  Tatsuo gave a +1
for preserving JOHAB and applying the verifier correction.

Thomas may have other priorities right now.  This is not urgent on my
end, so I am content to wait for him.

Thanks,
Henson

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix comments for Korean encodings in encnames.c

  2. Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the

  3. > Tatsuo Ishii wrote: