pgsql: Fix bogus declaration of local variable. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix bogus declaration of local variable.
Date
Msg-id E1STQSV-0006d4-Oo@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid unnecessary process wakeups in the log collector.
Next
From: Tom Lane
Date:
Subject: pgsql: Attempt to fix some issues in our Windows socket code.