pgsql: Remove redundant initialization of a local variable.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove redundant initialization of a local variable.
Date: 2018-02-19 04:33:15
Message-ID: E1end8d-00075d-5G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant initialization of a local variable.

In what was doubtless a typo, commit bf6c614a2 introduced a duplicate
initialization of a local variable. This made Coverity unhappy, as well
as pretty much anybody reading the code. We don't even have a real use
for the local variable, so just remove it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8c44802b6ed4846accb08e2ffe93040b8b42aae9

Modified Files
--------------
src/backend/executor/nodeGroup.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-02-19 17:07:49 pgsql: Remove bogus "extern" annotations on function definitions.
Previous Message Peter Eisentraut 2018-02-19 03:31:16 pgsql: Remove redundant function declaration