pgsql: Silence compiler warnings about possibly unset variables.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Silence compiler warnings about possibly unset variables.
Дата
Msg-id E1W8f0c-0005Wr-I6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence compiler warnings about possibly unset variables.

They are in fact set in every case where they are needed, but the
compiler doesn't know that.

Per gripe from Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/120c5cc761e0d99a9a2f3349f4031850b0dbd5a0

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add json_array_elements_text function.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix unsafe references to errno within error messaging logic.