bug-findutils
[Top][All Lists]
Advanced

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

Re: [Patch] Locate: Read each database only once.


From: James Youngman
Subject: Re: [Patch] Locate: Read each database only once.
Date: Mon, 30 May 2005 09:31:34 +0100
User-agent: Mutt/1.3.28i

On Sun, May 29, 2005 at 11:11:52PM +0200, Bas van Gompel wrote:

> Here is a patch which will cause locate to read every database only
> once. This will cause a functional change: When using multiple
> databases /and/ multiple patterns, the order in which results are
> output changes from {d1p1, d2p1, d1p2, d2p2} to {d1p1, d1p2, d2p1,
> d2p2}. Also, --statistics can be combined with patterns to get
> statistics on the matches, and --print (-p) can be used to output names
> when they otherwise would not (because of -S/-c).

A well-constructed patch, many thanks!  I have applied it.  In the
future, when making a user-visible change, could you add a comment in
the NEWS file describing the impact of the change?    Thanks.

Lastly, do you think there is scope for removing process_simple()
entirely?  Special-casing argc <= 1 by having a dedicated function
seems a little inelegant.

Regards,
James.





reply via email to

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