GNU bug report logs - #70494
[PATCH 00/23] Groundwork for the Guile guix-daemon

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Sun, 21 Apr 2024 09:37:01 UTC

Severity: normal

Tags: patch

Full log


Message #44 received at 70494 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: 70494 <at> debbugs.gnu.org
Subject: [PATCH 17/23] store: database: Export transaction helpers.
Date: Sun, 21 Apr 2024 10:42:35 +0100
* guix/store/database.scm (call-with-transaction,
call-with-retrying-transaction): Export procedures.

Change-Id: I712f0056f263989769af7cb6f9e395a43f6e36b2
---
 guix/store/database.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/guix/store/database.scm b/guix/store/database.scm
index b6f87d710f..6c8c07e2de 100644
--- a/guix/store/database.scm
+++ b/guix/store/database.scm
@@ -46,6 +46,9 @@ (define-module (guix store database)
             call-with-database
             with-database
 
+            call-with-transaction
+            call-with-retrying-transaction
+
             valid-path-id
 
             register-valid-path
-- 
2.41.0





This bug report was last modified 1 year and 28 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.