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.96) (envelope-from ) id 1wdujW-004Ql7-03 for pgsql-hackers@arkaria.postgresql.org; Sun, 28 Jun 2026 18:59:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wdujT-00H9X4-2F for pgsql-hackers@arkaria.postgresql.org; Sun, 28 Jun 2026 18:59:55 +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.96) (envelope-from ) id 1wdujT-00H9Wv-1J for pgsql-hackers@lists.postgresql.org; Sun, 28 Jun 2026 18:59:55 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wdujR-00000000e8i-0Agd for pgsql-hackers@postgresql.org; Sun, 28 Jun 2026 18:59:54 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 441095E8DDF for ; Sun, 28 Jun 2026 20:59:50 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 2B25463FFF7; Sun, 28 Jun 2026 20:59:50 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id 286462C8B9B4; Sun, 28 Jun 2026 20:59:50 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s470.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s979.loopia.se ([172.22.191.5]) by localhost (s470.loopia.se [172.22.190.34]) (amavis, port 10024) with LMTP id bwsuOKUArDl1; Sun, 28 Jun 2026 20:59:49 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: IPv6:2001:2043:5ad6:9500:810c:69f0:29dd:8d6c Received: from smtpclient.apple (unknown [IPv6:2001:2043:5ad6:9500:810c:69f0:29dd:8d6c]) (Authenticated sender: daniel@yesql.se) by s979.loopia.se (Postfix) with ESMTPSA id 9AE0010BC3F2; Sun, 28 Jun 2026 20:59:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1782673189; bh=DuY7MAOsZnIF++UlgsH/TVvakJsD/EtofkQS0qhQkAI=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=vHXigVjqaIsgj/9MH3jUY3Lj1nU7gTi+0/Bnd1iXzyz1ugErlaobUM1xXlB0ifSOx p9E1eSP1CeYfFAnoydv3nv1Oyvq33yJBztH8pP/kv29SAcERx6A/3jZ3VadX/h0Zj0 lhMW5JKj5jSBkDeCIFLF9Ds6aXrDOl5KvD7ChXriS63ELUw5wfgASif8NsHN/b43rR 64mUcz0ae0qGWO89WlDRFz+Yc8jt8jn2UyhjkI8eDrDf7KzkvFZjePqK4t43YPUlPX lMkTOjuWlVrduzqc/2DRwjbaBVTDjp1WVRDIW6145ryMGyknGxchgGn35liceUaoiJ JFPFf3xO/q5Nw== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.12\)) Subject: Re: Remove the refint contrib module (for v20) From: Daniel Gustafsson In-Reply-To: Date: Sun, 28 Jun 2026 20:59:38 +0200 Cc: Ayush Tiwari , Nathan Bossart , PostgreSQL Hackers , Tom Lane Content-Transfer-Encoding: quoted-printable Message-Id: <7D34F514-69B0-47BA-8C40-DEC35AC673F8@yesql.se> References: To: =?utf-8?Q?=C3=81lvaro_Herrera?= X-Mailer: Apple Mail (2.3776.700.51.11.12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 28 Jun 2026, at 10:14, =C3=81lvaro Herrera = wrote: > The doc patch says that Postgres 19 shipped a contrib module named > refint, but that's not fully correct. It shipped an *extension* named > refint inside the contrib module named spi. I think that wording = could > be improved. Agreed. + trigger functions check_primary_key() and We also typically don't append parentheses to function names in the = docs. -- Daniel Gustafsson