pgsql: Suppress uninitialized-variable warning in new checksum code.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Suppress uninitialized-variable warning in new checksum code.
Дата
Msg-id E1UJ4ou-0001yg-3I@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress uninitialized-variable warning in new checksum code.

Some compilers understand that this coding is safe, and some don't.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4912385b56afe68ef76e47d38df1d61ada0fde2f

Modified Files
--------------
src/backend/storage/page/bufpage.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update commit_delay documentation.
Следующее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Fix problems with incomplete attempt to prohibit OIDS with MVs.