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

Re: commit: ldap/servers/slapd/back-bdb id2entry.c tools.c



On Wednesday 27 September 2006 12:25, Pierangelo Masarati wrote:
> >> DB_BUFFER_SMALL seems to be a bdb 4.4 only value (or, at least, > 4.2).
> >
> > Hm, you are correct. I only looked at the 4.4. docs :(. Sorry for that. I
> > take
> > a look how to get it correct for 4.2 and 4.4.
>
> Right now, I've conditioned the old code if DB_BUFFER_SMALL is undefined.
> Maybe a cleaner approach would be to #define DB_BUFFER_SMALL as ENOMEM in
> back-bdb.h if it's not defined, but I don't like the idea of hacking the
> DB_* namespace.
I saw that you just committed code for the latter. I'd have take the same 
approach. 

thanks,
	Ralf