pgsql: Remove duplicate variable declaration in fe-connect.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove duplicate variable declaration in fe-connect.c
Date: 2019-02-22 04:22:18
Message-ID: E1gx2Lq-0004En-B0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove duplicate variable declaration in fe-connect.c

The same variables are declared twice when checking if a connection is
writable, which is useless.

Author: Haribabu Kommi
Discussion: https://postgr.es/m/CAJrrPGf=rcALB54w_Tg1_hx3y+cgSWaERY-uYSQzGc3Zt5XN4g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/554ca6954ecbfc54e7159a609b5ffc7921670185

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 3 ---
1 file changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-02-22 08:09:07 pgsql: Add const qualifier
Previous Message Tom Lane 2019-02-21 23:55:35 pgsql: Fix mark-and-restore-skipping test case to not be a self-join.