pgsql: Suppress maybe-uninitialized compiler warnings.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Suppress maybe-uninitialized compiler warnings.
Дата
Msg-id E1YWxYV-00012D-93@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress maybe-uninitialized compiler warnings.

Previously some compilers were thinking that the variables that
57aa5b2 added maybe-uninitialized.

Spotted by Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cd6c45cbeec5e21b470e9a8d19e02f60f1a52807

Modified Files
--------------
src/backend/access/transam/xloginsert.c |   39 ++++++++++++++-----------------
1 file changed, 18 insertions(+), 21 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove obsolete comment.
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: pgsql: Add GUC to enable compression of full page images stored in WAL.