Re: [PATCH] Re: Proposal to Enable/Disable Index using ALTER INDEX - Mailing list pgsql-hackers

From Shayon Mukherjee
Subject Re: [PATCH] Re: Proposal to Enable/Disable Index using ALTER INDEX
Date
Msg-id CANqtF-qdc02U-JMJNdB6pPFRNCLBOP-O32XZ2Qm5kT1bG6w0dw@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Re: Proposal to Enable/Disable Index using ALTER INDEX  (Sami Imseih <samimseih@gmail.com>)
List pgsql-hackers

On Mon, Apr 7, 2025 at 5:39 PM Sami Imseih <samimseih@gmail.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
 

pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: Adding NetBSD and OpenBSD to Postgres CI
Next
From: Sami Imseih
Date:
Subject: Re: track generic and custom plans in pg_stat_statements