Changes between Initial Version and Version 1 of Ticket #62365, comment 3


Ignore:
Timestamp:
Sep 20, 2024, 10:08:35 PM (8 hours ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62365, comment 3

    initial v1  
    11Has this extension even been tested lately? I followed the build, install and usage instructions from the version in the "base" master branch and it doesn't seem to be doing anything. Sqlite still tells me there's something non-standard about the registry db and refuses to operate on it.
    22
     3EDIT:
     4
     5{{{
     6> port installed macports.sqlext
     7The following ports are currently installed:
     8  macports.sqlext @2.6.3_0 (active)
     9
     10> sudo cp -p /opt/local/var/macports/registry/registry{,-20240920}.db
     11> sqlite3
     12SQLite version 3.41.0 2023-02-21 18:09:37
     13Enter ".help" for usage hints.
     14Connected to a transient in-memory database.
     15Use ".open FILENAME" to reopen on a persistent database.
     16sqlite> .load /opt/local/lib/sqlite3/macports.sqlext
     17sqlite> .open /opt/local/var/macports/registry/registry-20240920.db
     18sqlite> VACUUM;
     19Runtime error: no such collation sequence: VERSION
     20}}}
     21
    322(FWIW, all I'm interested in doing is changing the pagesize parameter to see how that affect "cleanup" performance when closing a large, old registry db.)