Removal of duplicate variable declarations in fe-connect.c

Haribabu Kommi <kommi.haribabu@gmail.com>

From: Haribabu Kommi <kommi.haribabu@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-02-22T00:33:17Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Remove duplicate variable declaration in fe-connect.c