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.92) (envelope-from ) id 1jCgGF-0001bK-Ow for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 13 Mar 2020 09:05:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1jCgGE-00028G-MK for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 13 Mar 2020 09:05:42 +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 1jCgGE-000288-FL for pgsql-pkg-debian@lists.postgresql.org; Fri, 13 Mar 2020 09:05:42 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jCgGB-0007jf-KR for pgsql-pkg-debian@lists.postgresql.org; Fri, 13 Mar 2020 09:05:42 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 48f0Ck1jjWz3Dx3; Fri, 13 Mar 2020 10:05:38 +0100 (CET) Date: Fri, 13 Mar 2020 10:05:37 +0100 From: Christoph Berg To: Amit Khandekar Cc: "pgsql-pkg-debian@lists.postgresql.org" Subject: Re: No PGDG package for ARM architecture Message-ID: <20200313090537.GA2216066@msg.df7cb.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Amit Khandekar 2020-03-13 > The page https://wiki.postgresql.org/wiki/Apt/FAQ says : > "The PGDG packages are built from the same source as the Debian packages > (Ubuntu is using the same source for the PostgreSQL server packages as > well). We try to follow Debian unstable's versions as close as possible" > > From the above, I expected that because Ubuntu provides a PostgreSQL > installable, PostgreSQL also should provide the same through > apt.postgresql.org ? Am I missing something ? "Same source" doesn't imply that the same set of architectures is covered. We are also missing more than a dozen others that Debian is covering: https://buildd.debian.org/status/package.php?p=postgresql-12 > I believe due to the absence of these packages in PostgreSQL repositories, > there is no mention of aarch(64) in the PostgreSQl downloads website : > https://www.postgresql.org/download/linux/ubuntu/ Are you able to provide a build host for arm64? Specs would be something like >= 8 cores, 8 GB of RAM, 100 GB disk, root access. Christoph