Re: StringInfo fixes, v19 edition. Plus a few oddities

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: vignesh C <vignesh21@gmail.com>
Cc: "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>, David Rowley <dgrowleyml@gmail.com>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2026-04-24T06:50:12Z
Lists: pgsql-hackers
On Thu, Apr 23, 2026 at 7:26 PM vignesh C <vignesh21@gmail.com> wrote:
>
> Additionally, I have introduced a fallback message "tuple data not
> available (insufficient privileges)" to handle cases where the tuple
> is not available due to insufficient privileges.
>

I think we should avoid adding new fallback message as part of this
patch. We can have a separate discussion to enhance the current
messages, if you feel that will improve user experience.

-- 
With Regards,
Amit Kapila.



Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Simplify translatable messages for tuple value details in conflict.c.

  2. Improve various new-to-v19 appendStringInfo calls