Обсуждение: pgsql: Silence compiler warnings about possibly unset variables.

Поиск
Список
Период
Сортировка

pgsql: Silence compiler warnings about possibly unset variables.

От
Andrew Dunstan
Дата:
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(-)