Re: [PATCH] Fix errhint messages for REPACK (CONCURRENTLY) restrictions

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Baji Shaik <baji(dot)pgdev(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Fix errhint messages for REPACK (CONCURRENTLY) restrictions
Date: 2026-05-13 12:50:09
Message-ID: agRzJ6YahN8IHjAV@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2026-May-12, Baji Shaik wrote:

> The attached patch fixes both issues and also switches to the %s pattern
> so translators handle the template without embedding the SQL command name:
>
> Before:
> HINT: REPACK CONCURRENTLY is not supported for TOAST relations
>
> After:
> HINT: REPACK (CONCURRENTLY) is not supported for TOAST relations.

Looks good, thanks, will push.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2026-05-13 13:25:52 duckdb has extensible parser
Previous Message Álvaro Herrera 2026-05-13 12:41:13 Re: [PATCH] Fix psql tab completion for REPACK boolean options