Fix field order in struct catcache.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/include/utils/catcache.h | modified | +6 −1 |