Convert the list of syscache names from a series of #define's into an enum,
commit9ccbe56e1b232783ffac8d17641c7635b6be2990
authortgl <tgl>
Wed, 7 May 2008 01:04:49 +0000 (7 01:04 +0000)
committertgl <tgl>
Wed, 7 May 2008 01:04:49 +0000 (7 01:04 +0000)
tree776510db712474a5cfae5d676e2b4c68d69c33f8
parentbd31f10c519eda9fb9a8f9289b79cf94f40939fb
Convert the list of syscache names from a series of #define's into an enum,
to avoid the pain of manually renumbering them anytime we insert another
name in alphabetical order.  An excellent idea from Alex Hunsaker and
NikhilS' inherited-constraints patch --- whether or not the rest of that
gets in, this should.  Dunno why we never thought of it before.
src/include/utils/syscache.h