From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29992: [PATCH] services: postgresql: Use pg_ctl to start and stop postgres. Date: Thu, 25 Jan 2018 15:22:03 +0100 Message-ID: <87o9liuigk.fsf@gnu.org> References: <87d11zxpqp.fsf@gnu.org> <20180125132002.12953-1-clement@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeiQk-0000QR-0d for bug-guix@gnu.org; Thu, 25 Jan 2018 09:23:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeiQg-0008G5-1H for bug-guix@gnu.org; Thu, 25 Jan 2018 09:23:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34009) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eeiQf-0008Fw-Tx for bug-guix@gnu.org; Thu, 25 Jan 2018 09:23:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180125132002.12953-1-clement@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Thu, 25 Jan 2018 14:20:02 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 29992@debbugs.gnu.org Hello, Cl=C3=A9ment Lassieur skribis: > Fixes . > > * gnu/services/databases.scm (postgresql-shepherd-service): Replace > make-forkexec-constructor and make-kill-destructor with pg_ctl. LGTM, thanks! In the future we should add a postgresql service test, perhaps it could share code with the mysql test in (gnu tests databases). Ludo=E2=80=99.