On Wednesday 22 July 2009 01:32:51 Jeff Ortel wrote: > All, > > I spend most of the day doing side-by-side verification of oracle schema > installed from master and pgsql. I've resolve most of the discrepancies > and pushed them. I still have a few to deal with, most of them straight > forward. I also fixed a bug in chameleon and it will have to be rebuilt in > koji and pushed into the build roots.
Table rhnChannelCloned and constraint rhn_channelclone_id_pk: in pgsql branch, this constraint is created after rhn_channelclone_tcid_fcid_idx index is created, which will cause that rhn_channelclone_id_pk constraint will bind to rhn_channelclone_tcid_fcid_idx index rather than creating its own index (rhn_channelclone_id_pk). This is not consistent with what we have in master. Same for table rhnErrataClonedTmp and constraint rhn_eclonedtmp_id_pk, table rhnErrataCloned and constraint rhn_errataclone_id_pk. Also, rhn_rcm_pva_def_uniq constraint in pgsql branch is not defined correctly (it should be unique(product, version, channel_arch_id, release)). -Milan _______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
