]> granicus.if.org Git - postgresql/commit
Remove duplicate variable declaration in fe-connect.c
authorMichael Paquier <michael@paquier.xyz>
Fri, 22 Feb 2019 04:16:47 +0000 (13:16 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 22 Feb 2019 04:16:47 +0000 (13:16 +0900)
commit554ca6954ecbfc54e7159a609b5ffc7921670185
treea6c0a5e9dc19fecdf38932ca41856f6a84a01d02
parent24d08f3c0a1f04ea8bac68eb3aa3b069680e43f5
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
src/interfaces/libpq/fe-connect.c