Re: Do we still need MULE_INTERNAL?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Tatsuo Ishii <ishii@postgresql.org>, pgsql@j-davis.com, pgsql-hackers@lists.postgresql.org
Date: 2026-04-08T05:32:15Z
Lists: pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes:
> Here's what I came up with for pg_upgrade.  It tests each database's
> encodings with PG_VALID_BE_ENCODING(), and looks like this when it
> fails:
> ...
> I'll wait a bit longer for this one, on the off chance of reviews at
> this late hour.

Passes a quick eyeball check, anyway.

			regards, tom lane



Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. pg_upgrade: Check for unsupported encodings.

  2. Remove MULE_INTERNAL encoding.