Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1foDPI-0000q0-RB for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 10 Aug 2018 19:49:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1foDPH-00074b-C6 for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 10 Aug 2018 19:49:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1foDPH-00074T-7P for pgsql-pkg-yum@lists.postgresql.org; Fri, 10 Aug 2018 19:49:07 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1foDPE-0007qR-FE for pgsql-pkg-yum@lists.postgresql.org; Fri, 10 Aug 2018 19:49:06 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:147b:4ae0:76e5:bff:fef3:7e00]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 41nG0H4r0Lz3DyP; Fri, 10 Aug 2018 21:49:03 +0200 (CEST) Date: Fri, 10 Aug 2018 21:49:03 +0200 From: Christoph Berg To: Bruce Momjian Cc: Pavel Raiskup , pgsql-pkg-yum@lists.postgresql.org, Devrim =?iso-8859-1?B?R/xuZPx6?= , Alexandru Lazarev , Adrian Klaver , pgsql-general@postgresql.org Subject: Re: Who and How is responsible for released installations packages and 3rd party packs? (e.g. on https://yum.postgresql.org/9.6/redhat/rhel-7.3-x86_64/) Message-ID: <20180810194903.GB7893@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Bruce Momjian , Pavel Raiskup , pgsql-pkg-yum@lists.postgresql.org, Devrim =?iso-8859-1?B?R/xuZPx6?= , Alexandru Lazarev , Adrian Klaver , pgsql-general@postgresql.org References: <1cdedaf455c4f326f31b103ab805d48da9914cb7.camel@gunduz.org> <2836136.ULnCWUqcGg@nb.usersys.redhat.com> <20180810192205.GC7840@momjian.us> <20180810194144.GA7893@msg.df7cb.de> <20180810194407.GE7840@momjian.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180810194407.GE7840@momjian.us> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Bruce Momjian 2018-08-10 <20180810194407.GE7840@momjian.us> > Wow, OK. That's bad news. So PL/v8 is no longer a viable stored > procedure language? It is bad news, the plv8 upstream is very pleasant to work with. But now building plv8 means building v8 first, which means something like downloading and building the whole chrome toolchain. That's 30 GB of stuff, including binary blobs from the internet. plv8 will work for anyone willing to go through that. It's just not feasible to support it from a packager perspective. Christoph