[COMMITTERS] pgsql: Properly initialize variable.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Properly initialize variable.
Дата
Msg-id E1clKDB-00020m-QJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Properly initialize variable.

Commit 3bc7dafa9bebbdaa1bbf0da0798d29a8bdaf6a8f forgot to do this.

Noted while experimenting with valgrind.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/506f05423a7c60eef8ed8b5430d03be1fec138a2

Modified Files
--------------
src/backend/optimizer/path/joinpath.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix pgbench's failure to honor the documentedlong-form option "
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Improve postgresql.conf.sample comments about parallel workers.