Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iF7AL-0000Ol-KC for pgsql-hackers@arkaria.postgresql.org; Tue, 01 Oct 2019 01:41:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iF7AK-0001jg-Em for pgsql-hackers@arkaria.postgresql.org; Tue, 01 Oct 2019 01:41:24 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iF7AK-0001jY-5X for pgsql-hackers@lists.postgresql.org; Tue, 01 Oct 2019 01:41:24 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iF7AH-00088F-HH for pgsql-hackers@lists.postgresql.org; Tue, 01 Oct 2019 01:41:23 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id x911e6Zl008044; Mon, 30 Sep 2019 21:40:06 -0400 From: Tom Lane To: Andrew Dunstan cc: Alvaro Herrera , Andres Freund , Kuntal Ghosh , Michael Paquier , Tomas Vondra , Robert Haas , Thomas Munro , PostgreSQL Hackers Subject: Re: subscriptionCheck failures on nightjar In-reply-to: <31bbae1d-1670-df3b-76e6-2e8ff8e66642@2ndQuadrant.com> References: <20190920220620.GA5214@alvherre.pgsql> <4218.1569017822@sss.pgh.pa.us> <31bbae1d-1670-df3b-76e6-2e8ff8e66642@2ndQuadrant.com> Comments: In-reply-to Andrew Dunstan message dated "Mon, 23 Sep 2019 16:12:45 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <8042.1569894006.1@sss.pgh.pa.us> Date: Mon, 30 Sep 2019 21:40:06 -0400 Message-ID: <8043.1569894006@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Andrew Dunstan writes: > On 9/20/19 6:17 PM, Tom Lane wrote: >> Dromedary is running the last release of macOS that supports 32-bit >> hardware, so if we decide to kick that to the curb, I'd either shut >> down the box or put some newer Linux or BSD variant on it. > Well, nightjar is on FBSD 9.0 which is oldish. I can replace it before > long with an 11-stable instance if that's appropriate. FYI, I've installed FreeBSD 12.0/i386 on that machine and it's now running buildfarm member florican, using clang with -msse2 (a configuration we had no buildfarm coverage of before, AFAIK). I can still boot the macOS installation if anyone is interested in specific tests in that environment, but I don't intend to run dromedary on a regular basis anymore. regards, tom lane