Re: Get rid of translation strings that only contain punctuation
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: David Rowley <dgrowleyml@gmail.com>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>, Peter Eisentraut <peter@eisentraut.org>
Date: 2026-04-22T12:13:01Z
Lists: pgsql-hackers
On Wed, Apr 22, 2026 at 6:21 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > We previously discussed the append_tuple_value_detail case [1], and > I opined that the right fix was to change things so that what that > function produces is a string that doesn't need translation because > it matches SQL syntax for a row constructor. It doesn't look like > that's happened yet. > I'll look into your suggestions. -- With Regards, Amit Kapila.