This pull request contains backports of #895 and #903 to rpm 4.15 to better support usage of the NDB backend.
I am currently using this for rpm on macOS, but it makes sense to backport for general exploration of using the NDB backend by RPM-based systems. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/908 -- Commit Summary -- * Implement fsync disabling for the ndb backend * Delete all the IDXDB_FILESUPPORT code in the ndb backend * Do not always fsync the database directories * Use fdatasync in ndb if available * Refactor mmap/munmap/mremap handling in ndb * Don't report unimplemented db ctrl and verify ops as errors -- File Changes -- M configure.ac (6) M lib/backend/dummydb.c (4) M lib/backend/ndb/glue.c (17) M lib/backend/ndb/rpmidx.c (290) M lib/backend/ndb/rpmpkg.c (67) M lib/backend/ndb/rpmxdb.c (166) -- Patch Links -- https://github.com/rpm-software-management/rpm/pull/908.patch https://github.com/rpm-software-management/rpm/pull/908.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/908
_______________________________________________ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint