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 1tsMMo-0019Nj-I4 for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 12 Mar 2025 13:43:26 +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 1tsMMn-005OfX-AJ for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 12 Mar 2025 13:43:25 +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 1tsMMn-005OfP-41 for pgsql-pkg-debian@lists.postgresql.org; Wed, 12 Mar 2025 13:43:25 +0000 Received: from mout-p-103.mailbox.org ([2001:67c:2050:0:465::103]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tsMMj-002RuK-0d for pgsql-pkg-debian@postgresql.org; Wed, 12 Mar 2025 13:43:24 +0000 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4ZCWzq08d0z9scL; Wed, 12 Mar 2025 14:43:19 +0100 (CET) Date: Wed, 12 Mar 2025 14:43:17 +0100 From: Christoph Berg To: Smolkin Grigory Cc: pgsql-pkg-debian@postgresql.org Subject: Re: Packages for pg_doorman Message-ID: Mail-Followup-To: Christoph Berg , Smolkin Grigory , pgsql-pkg-debian@postgresql.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Rspamd-Queue-Id: 4ZCWzq08d0z9scL List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Smolkin Grigory > We would like to introduce pg_doorman, a new open-source PostgreSQL > connection pooler available under the MIT license. > You can find the project here: > github.com/ozontech/pg_doorman Hi, thanks for the suggestion! > Rust Dependency: pg_doorman is written in Rust and requires rustc version > 1.70.0 or higher. This would be the first PG-related package using rust, I would expect a lot of rust crate packages to be still missing. > However, we’re unsure if this version is available in all Debian-based > distributions via their default package repositories. Debian stable has 1.63, unstable has 1.85. Ubuntu noble has 1.75. > Build Process: > Would it be acceptable to install the compiler from https://rustup.rs/ > during package building? > Alternatively, would providing Dockerfiles for respective distributions be > a viable option? Everything for the build needs to come from proper .deb packages from within the target distribution. We might consider using some backports or relaxing the rules a bit for the older distributions, but we really like to have packages built properly for Debian main. > We’re open to any suggestions and requirements you may have. Did you already try to build it with distribution-provided tools only? Christoph