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 1mY5fM-0001jf-OJ for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 06 Oct 2021 12:04:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mY5fL-00025f-Np for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 06 Oct 2021 12:04:55 +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 1mY5fL-00025X-It for pgsql-pkg-debian@lists.postgresql.org; Wed, 06 Oct 2021 12:04:55 +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 1mY5fJ-000597-3P for pgsql-pkg-debian@lists.postgresql.org; Wed, 06 Oct 2021 12:04:54 +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 4HPY6V3q2xz3Dyd; Wed, 6 Oct 2021 14:04:50 +0200 (CEST) Date: Wed, 6 Oct 2021 14:04:49 +0200 From: Christoph Berg To: Tatsuo Ishii Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: Pgpool-II latest package? Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211006.110753.320255471302982342.t-ishii@sranhm.sra.co.jp> <20211006.085601.435275642930093614.t-ishii@sranhm.sra.co.jp> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Tatsuo Ishii > Ok. let me see. Thanks! > > We can get you on the postgresql team there if you are interested in > > working on the package. > > Yes, I am interested but I am not familiar with Ubuntu package > creation process. Is there any tutorial for the work? The basic starting point is https://www.debian.org/doc/manuals/maint-guide/ . Packages building PG modules are a bit more involved since they have to target several major versions at once, see pg_buildext(1) (in postgresql-common) for more details. > BTW, I have a problem with compiling Pgpool-II docs on Ubuntu 20 (18 > is fine.): jade segfaults. I can compile docs on Ubuntu 18 then copy > into Ubuntu 18, but this is really annoying. It would be nice if I can > help on this. That's known and unfortunately unfixed in Ubuntu. Fixed packages are available via apt.postgresql.org: openjade | 1.4devel1-21.3ubuntu1.pgdg20.04+1 | groovy-pgdg | amd64, source openjade | 1.4devel1-21.3ubuntu1.pgdg20.04+1 | groovy-pgdg-testing | amd64, source openjade | 1.4devel1-21.3ubuntu1.pgdg20.04+1 | focal-pgdg | amd64, ppc64el, source openjade | 1.4devel1-21.3ubuntu1.pgdg20.04+1 | focal-pgdg-testing | amd64, ppc64el, source Re: Tatsuo Ishii > I believe you already know but to run the test, you need PostgreSQL > server and client software (psql, pgbench, pg_ctl etc.), and some > extra tools like ssh, memcached, OpenSSL, JDBC driver, Perl and Ruby. That would have to be coded into Build-Depends (for build-time testing) and/or Depends in debian/tests/control for install-time tests. Christoph