Re: Compile warnings in dbcommands.c building with meson

Поиск
Список
Период
Сортировка
От jian he
Тема Re: Compile warnings in dbcommands.c building with meson
Дата
Msg-id CACJufxFQxBwrSdT59DS2F2mT6oMg+J=rzxopxUjXoJV6U35LmQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Compile warnings in dbcommands.c building with meson  (Aleksander Alekseev <aleksander@timescale.com>)
Список pgsql-hackers
Hi. one more feedback.

I tested the original repo setup, but it does not generate a warning
on my local setup.
meson setup  --reconfigure ${BUILD} \
-Dprefix=${PG_PREFIX} \
-Dpgport=5463 \
-Dplpython=enabled \
-Dcassert=true \
-Dtap_tests=enabled \
-Dicu=enabled  \
-Ddebug=true  \
-Dnls=disabled

 it generate warning, when I add -Dbuildtype=release :

meson setup  --reconfigure ${BUILD} \
-Dprefix=${PG_PREFIX} \
-Dpgport=5463 \
-Dplpython=enabled \
-Dcassert=true \
-Dtap_tests=enabled \
-Dicu=enabled  \
-Dbuildtype=release \
-Ddebug=true  \
-Dnls=disabled

After applying the patch, the warning disappeared.
so it fixed the problem.



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Test slots invalidations in 035_standby_logical_decoding.pl only if dead rows are removed
Следующее
От: Andy Fan
Дата:
Сообщение: Re: the s_lock_stuck on perform_spin_delay