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 1mFYBA-0006Lr-TR for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 16 Aug 2021 08:41:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mFYB9-0008IW-Gr for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 16 Aug 2021 08:41:07 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mFYB9-0008IO-Bx for pgsql-pkg-debian@lists.postgresql.org; Mon, 16 Aug 2021 08:41:07 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mFYB6-00081Q-UR for pgsql-pkg-debian@lists.postgresql.org; Mon, 16 Aug 2021 08:41:06 +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 ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4Gp70s6SbBz3Dx6; Mon, 16 Aug 2021 10:41:01 +0200 (CEST) Date: Mon, 16 Aug 2021 10:41:00 +0200 From: Christoph Berg To: Tom Cassidy Cc: "pgsql-pkg-debian@lists.postgresql.org" Subject: Re: pg_activity fails with TypeError on start Message-ID: References: <381258d2-d0f6-6fb4-af4c-4181554dda23@dalibo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Tom Cassidy > On Mon, 2021-07-26 at 12:03 +0200, Denis Laxalde wrote: > > Tom Cassidy a écrit : > > > Package: pg-activity=2.1.0-1.pgdg100+1 > > > > > > I have the latest version of pg-activity installed from the buster- > > > pgdg > > > repository and it fails on startup with a TypeError. > > > > Indeed, this got fixed in version 2.1.4 (GH issue 203). > > > > > > Thanks. How do we get the apt pgdg repo package updated? Should I > submit a bug on bugs.debian.org for the pg-activity package? Right, or poke the repository directly: https://salsa.debian.org/kolter/pg-activity (There is some internal error atm, but that's hopefully transient.) Christoph