pgsql: Suppress Coverity complaints in readfuncs.c.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Suppress Coverity complaints in readfuncs.c.
Дата
Msg-id E1W3jlE-00008G-8X@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress Coverity complaints in readfuncs.c.

Coverity is complaining that the value returned by pg_strtok in
READ_LOCATION_FIELD and READ_BITMAPSET_FIELD macros is not used. In commit
39bfc94c86f1990e9db8ea3da0e82995cc1b76db, we did this to the other macros
to placate compilers that complained when the variable was completely
unused, this extends that to the last remaining macros.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8ba288da5dce7bd890dd968ddb9664931099b8c5

Modified Files
--------------
src/backend/nodes/readfuncs.c |    2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix whitespace
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Split ECPGdo() in constituent parts