From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id MmpuOxv/jV+/AQAA0tVLHw (envelope-from ) for ; Mon, 19 Oct 2020 21:03:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id qBLSNhv/jV+KGgAA1q6Kng (envelope-from ) for ; Mon, 19 Oct 2020 21:03:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5747B94023B for ; Mon, 19 Oct 2020 21:03:23 +0000 (UTC) Received: from localhost ([::1]:38562 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUcJO-0007Zp-8P for larch@yhetil.org; Mon, 19 Oct 2020 17:03:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39506) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUcJ4-0007Yo-Jf for guix-patches@gnu.org; Mon, 19 Oct 2020 17:03:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59305) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kUcJ4-0007zA-AT for guix-patches@gnu.org; Mon, 19 Oct 2020 17:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kUcJ4-0002jT-5Y for guix-patches@gnu.org; Mon, 19 Oct 2020 17:03:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43771] [PATCH 0/5] PostgreSQL service improvements Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 19 Oct 2020 21:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43771 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 43771@debbugs.gnu.org Received: via spool by 43771-submit@debbugs.gnu.org id=B43771.160314136010474 (code B ref 43771); Mon, 19 Oct 2020 21:03:02 +0000 Received: (at 43771) by debbugs.gnu.org; 19 Oct 2020 21:02:40 +0000 Received: from localhost ([127.0.0.1]:42618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUcIi-0002is-Ij for submit@debbugs.gnu.org; Mon, 19 Oct 2020 17:02:40 -0400 Received: from mira.cbaines.net ([212.71.252.8]:35262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUcIg-0002ik-BJ for 43771@debbugs.gnu.org; Mon, 19 Oct 2020 17:02:38 -0400 Received: from localhost (188.28.126.178.threembb.co.uk [188.28.126.178]) by mira.cbaines.net (Postfix) with ESMTPSA id 7E44927BBED; Mon, 19 Oct 2020 22:02:37 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 71984252; Mon, 19 Oct 2020 21:02:35 +0000 (UTC) References: <87lfgo1nlv.fsf@cbaines.net> <87lfgl3wb7.fsf@gnu.org> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <87lfgl3wb7.fsf@gnu.org> Date: Mon, 19 Oct 2020 22:02:34 +0100 Message-ID: <877drmhqtx.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: CwgkphL6nKyV --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Christopher Baines skribis: > >> Christopher Baines (5): >> Replace (postgresql-service) with (service postgresql-service-type) >> Add some subheadings in to the Databases section of the docs >> Remove the postgresql-service procedure >> Define postgresql-10 >> Don't specify a default postgresql version to use for the service > > It all LGTM=E2=80=A6 except for commit logs. :-) Please add the convent= ional > subject line and ChangeLog-style entries. I=E2=80=99m sorry to spoil your > Monday morning. :-) I've finally got around now to revising the commit messages and sent some updated patches. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+N/upfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcU3RAArTCjtpRoucDIz5mrgIt8y9qzz3YPX549 WixSNwZP0OJAb6hoaRDB3dOUxYlKHgadU0maPFiD66Uz9tHbZNR7UW9oPx5d2Bh0 OBR9gNk95UMwZBRRojsmKvpvg8zdZu4gcERopjVOKnx/uPuq+oQFacbd8J4ERcGn RL/WBsm9gk9nyp5e7Q+u1RQMHWlREhfiXF/KziC1YsjohaSdgHbV0QI3acQRC2SW XjT5kGe+HZ4SYNmtfc8oAqTYxKS5PpJepa87EhlQOrj775WGJpvkdtPo0TRG8Fb6 6d7ms+XxPh8SRkIcLm7TkqaPf8NKjUjyCWg0I0rANTTfni5Ye/ZdIBW4SWELPGGk dNadEXVWMHLikcQ2w1w52dkOLDKIMMw3QIxlgJwNsIN3dE/XGsVkqzPKX3FPL4rJ zYSYNMPwkp2gBVpl1LuaM8jHnTrutZDx7KeambxFbj0pVbTtOsZr5uK+Yh/GbvgL 8iz6VhcGCQTqnR/mGhGSg0z8h33YudjWXySgnI9yq4gIzBpbnkXRXTARAtwM4o0U upcg6A7MXVW2zj85s1lfg55f7r6riC8tewzngBKi2asbh2lavkmiinQqkpUaRoXa ET0zv0GDA0clHigKGBOJxxlPWVrTLyHVU9iq8HI4qDNMjBtczcKfCKX4ZeeSOIB5 +qH0NuxSzB0= =TOYr -----END PGP SIGNATURE----- --=-=-=--