Re: Redundant/mis-use of _(x) gettext macro?

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Redundant/mis-use of _(x) gettext macro?
Date: 2026-06-12 12:26:25
Message-ID: aiv6yxowQCEfL4KN@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2026-Jun-12, Peter Smith wrote:

> On Fri, Jun 12, 2026 at 2:44 AM Álvaro Herrera <alvherre(at)kurilemu(dot)de> wrote:

> > Another place I noticed while looking this over is psql's
> > describeOneTableDetails(), per the attached patch. It's essentially
> > more of the same, but arguably different enough that I judged it
> > warranted posting before pushing.
>
> This additional patch LGTM.

Great, thanks for looking, pushed.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
"XML!" Exclaimed C++. "What are you doing here? You're not a programming
language."
"Tell that to the people who use me," said XML.
https://burningbird.net/the-parable-of-the-languages/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2026-06-12 12:32:45 Re: PSQL - prevent describe listing tables that are already in listed schemas
Previous Message Fujii Masao 2026-06-12 11:47:28 Re: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking