pgsql: Suppress Coverity complaints in readfuncs.c. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Suppress Coverity complaints in readfuncs.c.
Date
Msg-id E1W3jlE-00008G-8X@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix whitespace
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Split ECPGdo() in constituent parts