[COMMITTERS] pgsql: Fix field order in struct catcache. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Fix field order in struct catcache.
Date
Msg-id E1cRpHr-0001tJ-Oi@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix mistake in comment
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix cardinality estimates for parallel joins.