pgsql: Fix bogus declaration of local variable.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus declaration of local variable.
Date: 2012-05-13 04:31:03
Message-ID: E1STQSV-0006d4-Oo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-05-13 18:35:52 pgsql: Attempt to fix some issues in our Windows socket code.
Previous Message Tom Lane 2012-05-12 23:22:27 pgsql: Avoid unnecessary process wakeups in the log collector.