Fix field order in struct catcache.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e2117e4ab0d7fcb76f20cbf2e52541998d639d9e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-01-12T23:59:57Z
Releases: 10.0
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.

Files

PathChange+/−
src/include/utils/catcache.h modified +6 −1