Removal of duplicate variable declarations in fe-connect.c

From: Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Removal of duplicate variable declarations in fe-connect.c
Date: 2019-02-22 00:33:17
Message-ID: CAJrrPGf=rcALB54w_Tg1_hx3y+cgSWaERY-uYSQzGc3Zt5XN4g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Hackers,

During the development of another feature, I found that same local
variables are declared twice.
IMO, there is no need of again declaring the local variables. Patch
attached.

Regards,
Haribabu Kommi
Fujitsu Australia

Attachment Content-Type Size
0001-Removal-of-duplicate-local-variable-declaration.patch application/octet-stream 1014 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chapman Flack 2019-02-22 00:34:50 Re: proposal: variadic argument support for least, greatest function
Previous Message Tom Lane 2019-02-22 00:30:49 Re: boolean and bool in documentation