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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Fix field order in struct catcache.
Дата
Msg-id E1cRpHr-0001tJ-Oi@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Fix mistake in comment
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix cardinality estimates for parallel joins.