mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 01:31:22 -04:00
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
This commit is contained in:
parent
24d08f3c0a
commit
554ca6954e
1 changed files with 0 additions and 3 deletions
|
|
@ -3349,9 +3349,6 @@ keep_going: /* We will come back to here until there is
|
|||
if (strncmp(val, "on", 2) == 0)
|
||||
{
|
||||
/* Not writable; fail this connection. */
|
||||
const char *displayed_host;
|
||||
const char *displayed_port;
|
||||
|
||||
PQclear(res);
|
||||
restoreErrorMessage(conn, &savedMessage);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue