Thread: [COMMITTERS] pgsql: Fix field order in struct catcache.

[COMMITTERS] pgsql: Fix field order in struct catcache.

From
Tom Lane
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e2117e4ab0d7fcb76f20cbf2e52541998d639d9e

Modified Files
--------------
src/include/utils/catcache.h | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)