pgsql: Suppress Coverity complaints in readfuncs.c.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress Coverity complaints in readfuncs.c.
Date: 2014-01-16 10:01:16
Message-ID: E1W3jlE-00008G-8X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-01-16 19:52:26 pgsql: Split ECPGdo() in constituent parts
Previous Message Peter Eisentraut 2014-01-16 02:16:41 pgsql: Fix whitespace