Re: dict_synonym.c: fix truncation of multibyte sequence

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Tristan Partin <tristan(at)partin(dot)io>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: dict_synonym.c: fix truncation of multibyte sequence
Date: 2026-06-05 21:34:45
Message-ID: d04c7cb67395376a30b1fff2a9394be7919391c8.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2026-06-05 at 20:46 +0000, Tristan Partin wrote:
> I would say proceed as you see fit. I guess I am generally of the
> opinion that additional testing is generally always better, but I
> don't
> want to push for something if others don't see the same value. I'd be
> happy to provide a patch for the test in a subsequent discussion if
> that
> is a good middle ground?

Yes, sounds good.

Regards,
Jeff Davis

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Okanovic, Haris 2026-06-05 21:52:58 Replace spin-wait with futex-mutex in LWLockWaitListLock() on Linux aarch64
Previous Message Tristan Partin 2026-06-05 21:29:46 Re: [PATCH] Fix memory leak in pgstat_progress_parallel_incr_param()