Re: Add tab completion support for WAIT FOR command

From: Xuneng Zhou <xunengzhou(at)gmail(dot)com>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, jian he <jian(dot)universality(at)gmail(dot)com>
Subject: Re: Add tab completion support for WAIT FOR command
Date: 2025-11-09 03:11:58
Message-ID: CABPTF7XfPX_vGjGBMWSHOemoyUHyuiDGo5vzGEXgFcRCMdvGJA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Alexander,

On Sat, Nov 8, 2025 at 7:33 PM Alexander Korotkov <aekorotkov(at)gmail(dot)com> wrote:
>
> Hi, Xuneng!
>
> On Fri, Nov 7, 2025 at 12:10 PM Xuneng Zhou <xunengzhou(at)gmail(dot)com> wrote:
> > The WAIT FOR command was committed in 447aae1; this patch has been
> > updated to match its grammar.
>
> I made minor adjustments to the patch. I'm going to push it if no objections.
>

LGTM, thanks.

Best,
Xuneng

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-11-09 03:21:20 Re: MSVC: Improve warning options set
Previous Message Thomas Munro 2025-11-09 01:55:21 Re: Use bsearch() instead of a manual binary search in syscache.c