On Mon, May 14, 2007 at 03:57:11PM +0200, Pierangelo Masarati wrote:
I'm positive the issue is caused by the "index"
directives coming __after__ overlay
instantiation, while they belong to the database configuration. This issue has been
fixed in HEAD/2.4 by partially redesigning the way configuration is parsed, but it is
not possible (I mean: not worth the effort) to fix in 2.3, since it essentially
appears as a configuration error (configuration order matters).
-------
indexes
overlay accesslog
overlay unique
overlay syncprov
-------
-------
indexes
overlay accesslog
overlay syncprov
overlay unique
-------
Same effect.
WBR.
Dmitriy