pgsql: Fix unitialized variables

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix unitialized variables
Дата
Msg-id E1ZPiyz-0001Jx-Ss@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix unitialized variables

As complained by clang, reported by Andres Freund.  Brown paper bag bug
in ccc4c074994d.

Add some comments, too.

Backpatch to 9.5, like that one.

Branch
------
master

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

Modified Files
--------------
src/backend/access/brin/brin_pageops.c |   13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix unitialized variables
Следующее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fix declaration of isarray variable.