Re: zheap: a new storage format for PostgreSQL

Поиск
Список
Период
Сортировка
От Kuntal Ghosh
Тема Re: zheap: a new storage format for PostgreSQL
Дата
Msg-id CAGz5QCLwJuPH-nPkLjUMqJZF6F7Rnyzkdk84J3xooHy0MsHJ9g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: zheap: a new storage format for PostgreSQL  (Daniel Westermann <daniel.westermann@dbi-services.com>)
Ответы Re: zheap: a new storage format for PostgreSQL  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
On Sat, Nov 10, 2018 at 8:51 PM Daniel Westermann
<daniel.westermann@dbi-services.com> wrote:
>
> >>Thanks. Initializing the variable seems like the right fix here.
>
> ... just had a warning when recompiling from the latest sources on CentOS 7:
>
> labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2
-I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o tpd.o tpd.c 
> tpd.c: In function ‘TPDFreePage’:
> tpd.c:1003:15: warning: variable ‘curblkno’ set but not used [-Wunused-but-set-variable]
>   BlockNumber  curblkno = InvalidBlockNumber;
>                ^
Thanks Daniel for testing zheap and reporting the issue. We'll push a
fix for the same.



--
Thanks & Regards,
Kuntal Ghosh
EnterpriseDB: http://www.enterprisedb.com


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

Предыдущее
От: chenhj
Дата:
Сообщение: Re:Re: Connections hang indefinitely while taking a gin index'sLWLock buffer_content lock
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: COPY FROM WHEN condition