1. Polished up the query files for the root www directory2. Turned a bunch of bitmap indexes into b-tree indexes3. the developer support .info file had been messed over by an early version of my APM port to PG.
1. Added a new attribute to the .info file which tells the bootstrap installer whether or not a package is part of the acs-core. Only acs-core packages are now installed during the initial bootstrap install of the system.2. Fixed a dupe query name problem in a couple of queryfiles. The problem is not with the dispatcher but with the extractor, and for the moment it is just easier to kludge the resulting queryfile than fix the extractor.
Fixed conflict in this file, the order should now be:- source the -procs files- load up queries- source the -init filesthis is because the -init files sometimes have queries they need dispatched.