emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/sqlite 46e4810: Auto-vacuum


From: Lars Ingebrigtsen
Subject: scratch/sqlite 46e4810: Auto-vacuum
Date: Tue, 7 Dec 2021 01:54:50 -0500 (EST)

branch: scratch/sqlite
commit 46e4810e797eb26491dd58355907768e2393a408
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Auto-vacuum
---
 lisp/emacs-lisp/sticky.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/sticky.el b/lisp/emacs-lisp/sticky.el
index 72142ce..1d1110b 100644
--- a/lisp/emacs-lisp/sticky.el
+++ b/lisp/emacs-lisp/sticky.el
@@ -74,6 +74,7 @@ DOC should be a doc string, and ARGS are keywords as 
applicable to
              sticky--db
              "select name from sqlite_master where type='table' and 
name='sticky'")
       ;; Create the table.
+      (sqlite-execute sticky--db "PRAGMA auto_vacuum = FULL")
       (sqlite-execute
        sticky--db
        "create table sticky (package text not null, key text not null, 
sequence number not null, value text not null)")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]