pgsql: Tweak streamutil.c further to avoid scan-build warning

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak streamutil.c further to avoid scan-build warning
Date: 2013-11-22 02:53:41
Message-ID: E1VjgsH-0001bH-Ml@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak streamutil.c further to avoid scan-build warning

The previous change added a new scan-build warning about need_password
assigned but not read.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f4482a542c30034c7871fd35050128823ef5c6d5

Modified Files
--------------
src/bin/pg_basebackup/streamutil.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-11-22 11:10:22 pgsql: Avoid acquiring spinlock when checking if recovery has finished,
Previous Message Tom Lane 2013-11-22 00:38:03 pgsql: Support multi-argument UNNEST(), and TABLE() syntax for multiple