Fix field order in struct catcache.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jan 2017 23:59:46 +0000 (18:59 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jan 2017 23:59:57 +0000 (18:59 -0500)
commite2117e4ab0d7fcb76f20cbf2e52541998d639d9e
treee4da56a7a366f6f5183d76e4b3b9883610e134b9
parent750c59d7ec573f9443af2eb7d9186946bc7e008c
Fix field order in struct catcache.

Somebody failed to grasp the point of having the #ifdef CATCACHE_STATS
fields at the end of the struct.  Put that back the way it should be,
and add a comment making it more explicit why it should be that way.
src/include/utils/catcache.h