Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kdVxi-0005Cq-JH for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 13 Nov 2020 10:05:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kdVxh-0006ae-J5 for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 13 Nov 2020 10:05:45 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kdVvj-0005Of-P9 for pgsql-pkg-debian@lists.postgresql.org; Fri, 13 Nov 2020 10:03:43 +0000 Received: from kilimanjaro.scorpionshops.com ([82.118.24.186]) by magus.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kdVvd-0002kU-2Z for pgsql-pkg-debian@lists.postgresql.org; Fri, 13 Nov 2020 10:03:43 +0000 Received: from [192.168.1.86] (h-158-174-129-34.NA.cust.bahnhof.se [158.174.129.34]) by kilimanjaro.scorpionshops.com (Postfix) with ESMTPSA id B87067BC81B; Fri, 13 Nov 2020 11:03:36 +0100 (CET) Subject: Re: buster-pgdg 13 seems to be broken To: Magnus Hagander Cc: PostgreSQL on Debian and Ubuntu References: <8b1fdca4-3e0a-4017-28ef-b4541bdbcac5@proxel.se> <7146de8e-3ab7-d6a8-6d72-9fee0227bf2d@proxel.se> From: Andreas Karlsson Message-ID: <7c4bad43-2c86-8369-c112-584edffa31ce@proxel.se> Date: Fri, 13 Nov 2020 11:03:03 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 11/13/20 10:55 AM, Magnus Hagander wrote: > Christoph may correct me on this later, but "13" is for the beta > version of 13 I believe, and there is no longer a beta version :) I do not think so, but I may be wrong, since http://apt.postgresql.org/pub/repos/apt/dists/buster-pgdg/ has versions all the way back to 8.2 and all of those seem to work. As far as I can tell from some random samples is that it is only 13 that is broken. > What exactly does your repo config look like? Per the apt FAQ it > should be something like > deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main 13 > > Do you by any chance have it set up with *only* 13, and no main? deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg 13 And the reason I have it like that, which may be misguided, is because I do not want it to install libpq from PostgreSQL 14 when PostgreSQL 14 is released. I prefer having everything installed from PostgreSQL 13 if possible. Andreas