From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix field order in struct catcache. |
Date: | 2017-01-13 00:00:07 |
Message-ID: | E1cRpHr-0001tJ-Oi@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers Postg스포츠 토토SQL |
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2017-01-13 13:30:55 | Re: [COMMITTERS] pgsql: Fix field order in struct catcache. |
Previous Message | Peter Eisentraut | 2017-01-12 15:34:08 | pgsql: Fix mistake in comment |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2017-01-13 00:43:26 | Re: many copies of atooid() and oid_cmp() |
Previous Message | Craig Ringer | 2017-01-12 23:35:21 | Re: Packages: Again |