pgsql: Fix compilation warning in xloginsert.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix compilation warning in xloginsert.c
Дата
Msg-id E1ly40z-0003AA-Kh@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compilation warning in xloginsert.c

This is reproducible with gcc using at least -O0.  The last checks
validating the compression of a block could not be reached with this
variable not set, but let's be clean.

Oversight in 4035cd5, per buildfarm member lapwing.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/47f514dd9a0022a04d321b627b2e991cb85396e2

Modified Files
--------------
src/backend/access/transam/xloginsert.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add support for LZ4 with compression of full-page writes in WAL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add support for LZ4 with compression of full-page writes in WAL