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