pgsql: Fix bogus declaration of local variable.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix bogus declaration of local variable.
Дата
Msg-id E1STQSV-0006d4-Oo@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bogus declaration of local variable.

rc should be an int here, not a pgsocket.  Fairly harmless as long as
pgsocket is an integer type, but nonetheless wrong.  Error introduced
in commit 87091cb1f1ed914e2ddca424fa28f94fdf8461d2.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fd350ef395b59e39bf419bd47e820b94dff23971

Modified Files
--------------
src/backend/libpq/auth.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid unnecessary process wakeups in the log collector.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Attempt to fix some issues in our Windows socket code.