Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e1am7-0002x4-Mz for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 09 Oct 2017 16:19:27 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1e1am6-00074d-Rv for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 09 Oct 2017 16:19:26 +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.84_2) (envelope-from ) id 1e1am6-00074T-FI for pgsql-pkg-yum@postgresql.org; Mon, 09 Oct 2017 16:19:26 +0000 Received: from mail-oi0-x230.google.com ([2607:f8b0:4003:c06::230]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1e1am2-0001aa-OZ for pgsql-pkg-yum@postgresql.org; Mon, 09 Oct 2017 16:19:25 +0000 Received: by mail-oi0-x230.google.com with SMTP id j126so17063010oib.8 for ; Mon, 09 Oct 2017 09:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bowt-ie.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=d6QRV2W4lFgoIGrGZpUAX3a8/rWqzlzcgTFrvTsFwEg=; b=awLQ2BALoHEhVwz/dIeNfg9VsFzYlf0DQBZJeaPzLv6G+/azyWlA2wrfDwFRNfkg4i ZBm8nnmCgo+h1ZwzE2oIOyqa0qJKC468u1Ae6CBBV7ZJcslgDVrTO4unZKQ03eTJtChq uO4oQ3tNMuTrVHbvFaZQp+xR5vBZQ6w5m38u43f3qCvF3gomMN2P9x4GJlb+PkvDQobe waI4BEiHsK5mhJ6yoBo6WDRcxBXfAuD4TyNazCkWebN0nblNGV2BW4cqL6IMZUr9/PD4 iQYYylFi7uV4/6ZKv1UFyJdFzujntCJZPFHxxLqF2DFMA9mo3vJmRVjux0EYYPT8DdtX Khag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=d6QRV2W4lFgoIGrGZpUAX3a8/rWqzlzcgTFrvTsFwEg=; b=p/K6jShVlm5hY0Ip9Obviuqi6fYckjtq2Q9UBmEf8sOTrKqOectWaY8S+OI9fAE6n7 6ENAytT3wcpJY0GwsR2SiHS0Xol8l7aG1QiSEhudOe1anl6HRHZ7iVANzAmsbmlO9qDm 4o0wFIjZ+vmAsBQ+pJ77Bz112QvjWgpZy66uiC0IhwMJ1QTNW+gykya6FbdjrrO+J2jT c1E6s3yoVj6PAjejw2JyMR5kWNm839mugDTCk7pe/bO9LeXdmZzsAkpUwAJgKhXSdzwb Bp8KduvjnHGvCRQS9nHlu+Bntl7aANQJ1u23S8UAJJ3vkFt9LyfVnTKpQkC8Ttzba8l2 Xbjg== X-Gm-Message-State: AMCzsaWgMqOztyah9LMwv8i2K2TnZui/FKZfS2DkOvu3OrJRRveIc/qG xBFJiyd+CsiMemiCqm55/v1KBPsHVQrK++pzKjuC5XMP6K4= X-Google-Smtp-Source: AOwi7QBDwDjoPtJ/b68Yj6oTJZNhWHAsKS194vry4LJ11+fMdHnB1tfvcm5r1YCdJKHkIJLVp+chyER1hyLKl3iNll4= X-Received: by 10.202.81.18 with SMTP id f18mr5004597oib.111.1507565960500; Mon, 09 Oct 2017 09:19:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.29.66 with HTTP; Mon, 9 Oct 2017 09:19:00 -0700 (PDT) From: Peter Geoghegan Date: Mon, 9 Oct 2017 09:19:00 -0700 Message-ID: Subject: amcheck packages in pgdg yum repo To: pgsql-pkg-yum@postgresql.org Content-Type: text/plain; charset="UTF-8" List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-pkg-yum Precedence: bulk Sender: pgsql-pkg-yum-owner@postgresql.org I would like to make amcheck available in the pgdg yum repo, in order to target earlier PostgreSQL versions. It's available as a contrib extension for v10 already, but there is no reason why it cannot be used on earlier versions. The Github version has the ability to build deb packages already, and is now on the pgdg apt repo: https://github.com/petergeoghegan/amcheck I'll need to figure out how to also build yum packages. It's the simplest possible case of building a PGXS C extension with no dependencies. Can someone point me in the direction of documentation, or another module whose package build process I can generalize from? I'll also want to make available the enhancement that is proposed for Postgres 11, from the current commitfest [1] [2]. So, the goal will be to target Postgres 9.4, 9.5, 9.6, and 10 - v10 will not have an enhanced version, which I believe adds significantly more value. Is there an acceptance process? How can I get the ball rolling on that? Thanks [1] https://commitfest.postgresql.org/14/1263/ [2] https://github.com/petergeoghegan/amcheck/tree/heap-check -- Peter Geoghegan -- Sent via pgsql-pkg-yum mailing list (pgsql-pkg-yum@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-pkg-yum