pgsql: Fix comparison of an array of characters with zero to compare wi

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix comparison of an array of characters with zero to compare wi
Дата
Msg-id E1WAVNK-0001wq-El@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix comparison of an array of characters with zero to compare with '\0' instead.

Report from Andres Freund.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/489e6ac5a1a4ca7e4ca7683a86ccd8a5d5e3eb59

Modified Files
--------------
src/backend/utils/adt/pgstatfuncs.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Rephrase text to avoid links in regress.sgml
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: pgsql: Add pg_stat_archiver statistics view.