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.96) (envelope-from ) id 1vOesO-0007qg-1G for pgsql-admin@arkaria.postgresql.org; Thu, 27 Nov 2025 16:29:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vOesM-007Lg1-2I for pgsql-admin@arkaria.postgresql.org; Thu, 27 Nov 2025 16:29:47 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vOesM-007Lfs-1B for pgsql-admin@lists.postgresql.org; Thu, 27 Nov 2025 16:29:46 +0000 Received: from goedel.df7cb.de ([49.13.90.212]) by makus.postgresql.org with smtp (Exim 4.96) (envelope-from ) id 1vOesJ-001m45-2T for pgsql-admin@lists.postgresql.org; Thu, 27 Nov 2025 16:29:45 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1472:9340:f0ad:fc6e:9c86:f1dc]) by goedel.df7cb.de (Postfix) with ESMTPSA id EC7FA425A7; Thu, 27 Nov 2025 16:29:41 +0000 (UTC) Date: Thu, 27 Nov 2025 17:29:41 +0100 From: Christoph Berg To: Michael Banck Cc: Shuai Tian , "pgsql-admin@lists.postgresql.org" , Zhe Li Subject: Re: Publish packages to PGDG Message-ID: References: <20251127093743.GA20207@p46.dedyn.iolightning.p46.dedyn.io> <20251127095627.GB20207@p46.dedyn.io;lightning.p46.dedyn.io> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20251127095627.GB20207@p46.dedyn.io;lightning.p46.dedyn.io> Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Michael Banck > Nevermind, I saw that Christoph has upoaded documentdb packages in the > meantime, so they are on apt.postgresql.org now: >=20 > https://apt.postgresql.org/pub/repos/apt/pool/main/d/documentdb/ Not quite, that's still work in progress. Does documentdb support PG18 now? I'm still getting errors around pg_attribute_noreturn: src/query/bsonquery_compare.c: In function =E2=80=98pg_attribute_noreturn= =E2=80=99: src/query/bsonquery_compare.c:151:1: error: expected declaration specifie= rs before =E2=80=98ThrowUnexpectedFieldError=E2=80=99 151 | ThrowUnexpectedFieldError(bool leftNext, bool rightNext) | ^~~~~~~~~~~~~~~~~~~~~~~~~ (That's using the system libbson2-2, see https://salsa.debian.org/postgresql/documentdb/-/blob/master/debian/patch= es/cflags?ref_type=3Dheads) Christoph