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 1wd4zO-003sAS-2L for pgsql-general@arkaria.postgresql.org; Fri, 26 Jun 2026 11:44:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wd4zL-00Ad8L-2T for pgsql-general@arkaria.postgresql.org; Fri, 26 Jun 2026 11:44:51 +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 1wd4zL-00Ad8C-14 for pgsql-general@lists.postgresql.org; Fri, 26 Jun 2026 11:44:51 +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 1wd4zI-00000000KVj-12jf for pgsql-general@lists.postgresql.org; Fri, 26 Jun 2026 11:44:50 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 6268963F38D for ; Fri, 26 Jun 2026 13:44:44 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 52A0163E934; Fri, 26 Jun 2026 13:44:44 +0200 (CEST) Received: from localhost (unknown [172.22.191.6]) by s979.loopia.se (Postfix) with ESMTP id 5161310BC469; Fri, 26 Jun 2026 13:44:44 +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: s473.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s981.loopia.se ([172.22.191.5]) by localhost (s473.loopia.se [172.22.190.13]) (amavis, port 10024) with LMTP id XWpAk4RxbLwW; Fri, 26 Jun 2026 13:44:43 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: IPv6:2001:2043:5ad6:9500:ace4:dbe9:e59:4090 Received: from smtpclient.apple (unknown [IPv6:2001:2043:5ad6:9500:ace4:dbe9:e59:4090]) (Authenticated sender: daniel@yesql.se) by s981.loopia.se (Postfix) with ESMTPSA id B4A1A22B16AE; Fri, 26 Jun 2026 13:44:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1782474283; bh=HNxpa+YpSvjZYXaU08bEKZjDBdiDcMiHlq5swnm9i9U=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=WxOqAq6nWKLlLYVRMnWQFnzH0UmOKfaqhNY7mMP0sTyXwUk65iarfSJu6xpQKv5vR 8FMv/sFM1qqsujhkxLZN+9wrvSSYbIWu0aMPu0eAq0q3Lz56rsWJNBk2WfSsY1T3rM 6cVbN0Bwde0L7tDZK0Wk9DKaGTWS1k7ffEmsnbRAYYuoKcnM06FIbZ+fY3u/pGBW8F 5eF/pjIiI6vWt4CgvYsetzoH8be6rsKjitZAUTjRiBgeK5OJKVEu9scxsflI4rOAua Bg461Y4h61WHlzEtwkZWvv6lAovf7D/+hXMJeKvG2zkVn4H7RhjkOwIXDMYB6NQQ6e aK+sI2N9extMA== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.12\)) Subject: Re: FYI, 19beta1 server working fine for us From: Daniel Gustafsson In-Reply-To: Date: Fri, 26 Jun 2026 13:44:33 +0200 Cc: PostgreSQL General Content-Transfer-Encoding: 7bit Message-Id: References: To: Dominique Devienne 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 25 Jun 2026, at 15:44, Dominique Devienne wrote: > > Hi. We've been bitten in the past, so we're trying to be proactive > testing the betas to surface issues early. We've setup a 19beta1 > cluster on Linux, and we've been able to run all our unit tests > against it (which are a mix of low-level true unit-tests, and very > high-level integration tests, FWIW), using our current 18.3 libpq > client, from both Windows and Linux clients. Just an FYI. Thanks for > the good work. --DD Thank you so much for testing and reporting! -- Daniel Gustafsson