Re: [HACKERS] Cache Hash Index meta page.

Поиск
Список
Период
Сортировка
От Erik Rijkers
Тема Re: [HACKERS] Cache Hash Index meta page.
Дата
Msg-id 1f87acf1ff94a353cc9c664956feef6b@xs4all.nl
обсуждение исходный текст
Ответ на Re: [HACKERS] Cache Hash Index meta page.  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [HACKERS] Cache Hash Index meta page.  (Mithun Cy <mithun.cy@enterprisedb.com>)
Список pgsql-hackers
On 2017-02-07 18:41, Robert Haas wrote:
> Committed with some changes (which I noted in the commit message).

This has caused a warning with gcc 6.20:

hashpage.c: In function ‘_hash_getcachedmetap’:
hashpage.c:1245:20: warning: ‘cache’ may be used uninitialized in this 
function [-Wmaybe-uninitialized]    rel->rd_amcache = cache;    ~~~~~~~~~~~~~~~~^~~~~~~

which hopefully can be prevented...

thanks,

Erik Rijkers









В списке pgsql-hackers по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: [HACKERS] Idea on how to simplify comparing two sets
Следующее
От: Pavan Deolasee
Дата:
Сообщение: Re: [HACKERS] [COMMITTERS] pgsql: Release note updates.