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
- 0001-Removal-of-duplicate-local-variable-declaration.patch (application/octet-stream) patch 0001
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
-
Remove duplicate variable declaration in fe-connect.c
- 554ca6954ecb 12.0 landed