Обсуждение: pgsql: Suppress Coverity complaints in readfuncs.c.

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

pgsql: Suppress Coverity complaints in readfuncs.c.

От
Heikki Linnakangas
Дата:
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(+)