Removal of duplicate variable declarations in fe-connect.c - Mailing list pgsql-hackers

From Haribabu Kommi
Subject Removal of duplicate variable declarations in fe-connect.c
Date
Msg-id CAJrrPGf=rcALB54w_Tg1_hx3y+cgSWaERY-uYSQzGc3Zt5XN4g@mail.gmail.com
Whole thread Raw
Responses Re: Removal of duplicate variable declarations in fe-connect.c  (Michael Paquier <michael@paquier.xyz>)
List 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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: boolean and bool in documentation
Next
From: Chapman Flack
Date:
Subject: Re: proposal: variadic argument support for least, greatest function