Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u1rF9-0099Ew-Pk for pgsql-hackers@arkaria.postgresql.org; Mon, 07 Apr 2025 18:30:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1u1rF8-002Rny-1b for pgsql-hackers@arkaria.postgresql.org; Mon, 07 Apr 2025 18:30:46 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u1rF7-002Rnq-Om for pgsql-hackers@lists.postgresql.org; Mon, 07 Apr 2025 18:30:46 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u1rF6-003WQp-0c for pgsql-hackers@postgresql.org; Mon, 07 Apr 2025 18:30:45 +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 537IUfOi3603705; Mon, 7 Apr 2025 14:30:41 -0400 From: Tom Lane To: Alvaro Herrera cc: jian he , Rushabh Lathia , PostgreSQL Hackers Subject: Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints In-reply-to: <202504071724.coeoyexegjjt@alvherre.pgsql> References: <202504071724.coeoyexegjjt@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Mon, 07 Apr 2025 19:24:27 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3603703.1744050641.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Mon, 07 Apr 2025 14:30:41 -0400 Message-ID: <3603704.1744050641@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > I have pushed this after some small additional changes. Looks like some of the test cases have issues with locale-dependent ordering. https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=3Djay&dt=3D2025-04= -07%2017%3A56%3A49 regards, tom lane