pgsql: Remove duplicate variable declaration in fe-connect.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove duplicate variable declaration in fe-connect.c
Дата
Msg-id E1gx2Lq-0004En-B0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/554ca6954ecbfc54e7159a609b5ffc7921670185

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 3 ---
1 file changed, 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix mark-and-restore-skipping test case to not be a self-join.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add const qualifier