Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n4WXv-0004ca-38 for pgsql-hackers@arkaria.postgresql.org; Mon, 03 Jan 2022 23:15:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n4WXt-0001re-Vs for pgsql-hackers@arkaria.postgresql.org; Mon, 03 Jan 2022 23:15:17 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n4WXt-0001rI-N6 for pgsql-hackers@lists.postgresql.org; Mon, 03 Jan 2022 23:15:17 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n4WXr-00083D-73 for pgsql-hackers@lists.postgresql.org; Mon, 03 Jan 2022 23:15:16 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 203NFA2F3943473; Mon, 3 Jan 2022 18:15:10 -0500 From: Tom Lane To: Aleksander Alekseev cc: pgsql-hackers@lists.postgresql.org, David Fetter Subject: Re: Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ... In-reply-to: <163249148556.1165.11262065061087056786.pgcf@coridan.postgresql.org> References: <20210427002433.GB17834@fetter.org> <163249148556.1165.11262065061087056786.pgcf@coridan.postgresql.org> Comments: In-reply-to Aleksander Alekseev message dated "Fri, 24 Sep 2021 13:51:25 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3943471.1641251710.1@sss.pgh.pa.us> Date: Mon, 03 Jan 2022 18:15:10 -0500 Message-ID: <3943472.1641251710@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Aleksander Alekseev writes: > The cfbot seems to be happy with the updated patch. > The new status of this patch is: Ready for Committer Pushed. regards, tom lane