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.94.2) (envelope-from ) id 1s26Il-00HS7A-FP for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 01 May 2024 09:30:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1s26Ij-00C3gH-2Y for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 01 May 2024 09:30:57 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s26Ii-00C3g9-T6 for pgsql-pkg-debian@lists.postgresql.org; Wed, 01 May 2024 09:30:57 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s26Ig-000zIC-Jx for pgsql-pkg-debian@lists.postgresql.org; Wed, 01 May 2024 09:30:57 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1482:3660:9040:dbc4:d54f:9910]) (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 4VTsHx5Tjdz3G3Y; Wed, 1 May 2024 11:30:53 +0200 (CEST) Date: Wed, 1 May 2024 11:30:53 +0200 From: Christoph Berg To: Bradford Boyle Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: pgvector 0.7.0 - New upstream version Message-ID: 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: Archived-At: Precedence: bulk Re: Bradford Boyle > pgvector has released 0.7.0 and I have pushed a commit to Salsa [1] to > update the Debian package. I'd like to request a review and upload, as > cycles permit. Hi Bradford, uploaded. I had to disable the buster build since they are using intrinsics now that don't work there yet: 10:02:20 ERROR: could not load library "/<>/debian/postgresql-15-pgvector/usr/lib/postgresql/15/lib/vector.so": /<>/debian/postgresql-15-pgvector/usr/lib/postgresql/15/lib/vector.so: undefined symbol: _xgetbv https://pgdgbuild.dus.dg-i.net/job/pgvector-binaries/architecture=amd64,distribution=buster/19/console#console-section-4 Christoph