[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#7775) LMDB terminates Postfix daemon process without logfile record



Wietse Venema:
> Hallvard Breien Furuseth:
> > Pushed to mdb.master.
> > 
> > void assert_callback(MDB_env *env, const char *msg) {
> >      void *ctx = mdb_env_get_userctx(env);
> >      ...;
> > }
> > 
> > mdb_env_create(&env);
> > mdb_env_set_userctx(env, ctx);
> > mdb_env_set_assert(env, assert_callback);

Having obtained the patch off-list, I confirm that this call-back
feature works satisfactorily, and that this ITS can be closed.

I am looking forward to the next LMDB release.

	Wietse