From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WFNEActnj1/bJQAA0tVLHw (envelope-from ) for ; Tue, 20 Oct 2020 22:42:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 8LjSOMpnj19vJAAAbx9fmQ (envelope-from ) for ; Tue, 20 Oct 2020 22:42:18 +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 734A29403EE for ; Tue, 20 Oct 2020 22:42:18 +0000 (UTC) Received: from localhost ([::1]:55662 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kV0Kf-0005YN-3m for larch@yhetil.org; Tue, 20 Oct 2020 18:42:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50756) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kV0KS-0005Xk-DP for guix-patches@gnu.org; Tue, 20 Oct 2020 18:42:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35590) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kV0KQ-00069o-JX for guix-patches@gnu.org; Tue, 20 Oct 2020 18:42:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kV0KQ-00013H-Hu for guix-patches@gnu.org; Tue, 20 Oct 2020 18:42:02 -0400 Subject: bug#43771: [PATCH 0/5] PostgreSQL service improvements Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 20 Oct 2020 22:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43771 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 43771-done@debbugs.gnu.org Mail-Followup-To: 43771@debbugs.gnu.org, mail@cbaines.net, mail@cbaines.net Received: via spool by 43771-done@debbugs.gnu.org id=D43771.16032336703968 (code D ref 43771); Tue, 20 Oct 2020 22:42:02 +0000 Received: (at 43771-done) by debbugs.gnu.org; 20 Oct 2020 22:41:10 +0000 Received: from localhost ([127.0.0.1]:47128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kV0Ja-00011u-9f for submit@debbugs.gnu.org; Tue, 20 Oct 2020 18:41:10 -0400 Received: from mira.cbaines.net ([212.71.252.8]:51484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kV0JY-00011f-Qp for 43771-done@debbugs.gnu.org; Tue, 20 Oct 2020 18:41:09 -0400 Received: from localhost (188.28.126.178.threembb.co.uk [188.28.126.178]) by mira.cbaines.net (Postfix) with ESMTPSA id 5A90727BBED; Tue, 20 Oct 2020 23:41:07 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 683df3c4; Tue, 20 Oct 2020 22:41:05 +0000 (UTC) References: <87lfgo1nlv.fsf@cbaines.net> <87lfgl3wb7.fsf@gnu.org> <877drmhqtx.fsf@cbaines.net> <87d01cbn37.fsf@gnu.org> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <87d01cbn37.fsf@gnu.org> Date: Tue, 20 Oct 2020 23:41:04 +0100 Message-ID: <87sga8h667.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: NgKeSKUlGkP8 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hi, > > Christopher Baines skribis: > >> 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 conve= ntional >>> subject line and ChangeLog-style entries. I=E2=80=99m sorry to spoil y= our >>> Monday morning. :-) >> >> I've finally got around now to revising the commit messages and sent >> some updated patches. > > Perfect, go for it! Great, I've pushed these as bdcf4d88d58798eca7811c8b1fbd4638168d05c3 now. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+PZ4BfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcfhxAAhORREKA8O0subiEo6IhvL7LVgwoxoJu2 9wBXl/R1E+SAGuLERHNrazK8TT3ng40flkM+PY7nvPm9xEZeV8S7O4QmhuyxfKHy b60P65tylO7hgPT7DlwFo9j6yuipzPuTaOp5iAAjGYbapRrA5KOwM+kTlHsHElH6 C/xKEMuEr1uQmsLEg3ZmYF05yj2BjSDMkMMT6k0y6E+0laHDfIqybgMmMWeZB7Hk ayBFoarQRXApiVMRT1MaRw2TCNIX4M4UbDsIBK8tBJd0glIoh4PKsx9vKIxdOZKe HALZAKzgiiaSZni8K/dCJfcRedW/7KTOxzhCPBSGR9AvklQo4gEIzmXC76cQ/2e7 HDr25XNusSJ+ju/VZAhiN9zVdoG66WQCOsDUL/148WijL6HckdS/bgKVIRglTsiC uD4i25LpClLu6AMT9KvBX3YfufDUeBHpVopQFog2BH0GHOx8fX7VYYjZSBTJ03qO ugpVFqA9PY5HLglJzQQy/VsJK/npYyPxLxcfwv99ydY95Bh5BLJ58bGJ9wj71fwt giJrkZA0ME49aOb+QwpceFAtZfqxU7MK7ZDsfz/URl3dORe02SIpk/4xavhgj2iB rQviOWKLlFmBx6WWOok0O5u6J2+NZVqhRIXLNXXwSFsxzhzehhcp0kRxb2MBfVY5 oCk1D18vWk4= =g8Pv -----END PGP SIGNATURE----- --=-=-=--