Re: [PATCH] Re: Proposal to Enable/Disable Index using ALTER INDEX

From: Shayon Mukherjee <shayonj(at)gmail(dot)com>
To: Sami Imseih <samimseih(at)gmail(dot)com>
Cc: Gurjeet Singh <gurjeet(at)singh(dot)im>, David Rowley <dgrowleyml(at)gmail(dot)com>, Nathan Bossart <nathandbossart(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Re: Proposal to Enable/Disable Index using ALTER INDEX
Date: 2025-04-08 11:48:43
Message-ID: CANqtF-qdc02U-JMJNdB6pPFRNCLBOP-O32XZ2Qm5kT1bG6w0dw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 7, 2025 at 5:39 PM Sami Imseih <samimseih(at)gmail(dot)com> wrote:

> > Attached v16 with feedback and rebased.
>
> Thanks, and I realized the original tab-complete I proposed
> was not entirely correct. I fixed it and also shortened the
> commit message.

I was wondering about if the check needed to be more encompassing. Your
proposal definitely makes sense, thank you!

+ else if (TailMatches("INDEX|CONCURRENTLY", "ON", MatchAny, "USING",
MatchAny, "(*)")

Shayon

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sami Imseih 2025-04-08 11:56:53 Re: track generic and custom plans in pg_stat_statements
Previous Message Nazir Bilal Yavuz 2025-04-08 11:40:21 Re: Adding NetBSD and OpenBSD to Postgres CI