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 1tVp4H-00BlT2-Eh for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 09 Jan 2025 09:43:09 +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 1tVp4G-00GHS1-57 for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 09 Jan 2025 09:43:07 +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 1tVp4F-00GHRt-TC for pgsql-pkg-debian@lists.postgresql.org; Thu, 09 Jan 2025 09:43:07 +0000 Received: from mailfr00.databene.net ([31.170.12.19]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tVp4C-000iBX-14 for pgsql-pkg-debian@lists.postgresql.org; Thu, 09 Jan 2025 09:43:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailfr00.databene.net (Postfix) with ESMTP id A71A25F2CC; Thu, 9 Jan 2025 10:43:03 +0100 (CET) X-Virus-Scanned: by Amavis at mailfr00.databene.net Received: from mailfr00.databene.net ([127.0.0.1]) by localhost (databene-mailfr00.evolix.net [127.0.0.1]) (amavis, port 10024) with LMTP id BP3eFa7uQkTv; Thu, 9 Jan 2025 10:43:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=data-bene.io; s=2024; t=1736415781; bh=zqKmKPhCaNJpYQC8KwnOqDPKJsGsqt7ChWUije6zVaA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=SVAAFFB2g+EBcFeyr8zQLzuaIueXfvOICdJ6v35gYT+HxzWuRoMkxW9jJyYj36MsV Okz4JaMGXyWhPf0q37VpygyHHFu8CT/TWnR9ntBdPYs2my4eWcpcBXs1lcH8hKY8a3 LvBQUloe7PLHGeA2VnmfW4Dy+/5b/ZL8d5Q/rZuLGrrF7aIqWWyaTHBqZSga5jiWwb OIlVExG6aHn7RsqB62wruXVVIxQ5M67cSGBVaHwrtzh/kLWcPTXVSC0wXacJJ+r1go PZulpm0oY0/+HWFIxsaZO1WPVD+OD/4uxUKHyqXo0x3hxaaPGTwD/iSVWYJneXZ1y+ SlErfKOU6XVA4sGESYmkvZALXDcAht0f38jbkT+y4DDPumiiGfDhX/OZhbsHD9c1ht zTdtIyXP+K3gO4lyoMcqca1X8R+wMWjZgurmnpvVBiImZ4txKzVaxi5ZT3fCOeMeeO NBEMsUNoB+LGIiQN4esbCx0aVtO8FNUY1/iHLMbUbRgsiDV9t7a3Wp37GvueT4wBYo Ivt9kwp5Tw4HTGOuwVEJE7Hhe99n5jq+BUE1OdyBY8wMnhQyfnP3Eoz2ZRsXBakTpm WzDz8vB/tinNCtdAvIEK7DvbSR6V7Ez1ylccQvmpHEPRcTph7ASNMOp0tnGw9H+l2J stP0rCqUGZDOF+P6t0DC9kU4= Received: from [192.168.10.108] (257400053.box.freepro.com [95.178.90.96]) by mailfr00.databene.net (Postfix) with ESMTPSA id 571595F28D; Thu, 9 Jan 2025 10:43:01 +0100 (CET) Content-Type: multipart/alternative; boundary="------------YwKL2Zyym8fMFs0HM2fLUVoC" Message-ID: <8ae3ae57-5522-4059-9447-f484aac2ba0d@Data-Bene.io> Date: Thu, 9 Jan 2025 10:43:00 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: PostgreSQL 18 package not rebuilt since Dec.18th To: Christoph Berg , =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Cc: pgsql-pkg-debian@lists.postgresql.org References: <5d878e28-1402-4244-8fb2-492c2a9089d5@Data-Bene.io> <6588bb6c5c5da1d604da08cde9c3aee9484e7222.camel@gunduz.org> Content-Language: en-US From: =?UTF-8?Q?C=C3=A9dric_Villemain?= Organization: Data Bene In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------YwKL2Zyym8fMFs0HM2fLUVoC Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 07/01/2025 18:16, Christoph Berg wrote: > Re: Devrim Gündüz >> That date matches the date when pg_logicalinspect was added. Packagers >> may need to update related files. > That one was actually handled automatically. The actual reason was a > new symbol in libpq5 that needed adding in debian/libpq5.symbols: > > + PQservice@Base 18~~ > > Thanks for the heads-up! New build is running now. Tks for the rebuild and the fix! --- Cédric Villemain +33 6 20 30 22 52 https://www.Data-Bene.io PostgreSQL Support, Expertise, Training, R&D --------------YwKL2Zyym8fMFs0HM2fLUVoC Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit


On 07/01/2025 18:16, Christoph Berg wrote:
Re: Devrim Gündüz
That date matches the date when pg_logicalinspect was added. Packagers
may need to update related files.
That one was actually handled automatically. The actual reason was a
new symbol in libpq5 that needed adding in debian/libpq5.symbols:

+ PQservice@Base 18~~

Thanks for the heads-up! New build is running now.

Tks for the rebuild and the fix!


---
Cédric Villemain +33 6 20 30 22 52
https://www.Data-Bene.io
PostgreSQL Support, Expertise, Training, R&D
--------------YwKL2Zyym8fMFs0HM2fLUVoC--