pgsql: Replace now unnecessary goto statements by using return directly.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Replace now unnecessary goto statements by using return directly.
Date: 2008-10-24 12:48:31
Message-ID: 20081024124831.52E527545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Replace now unnecessary goto statements by using return directly.

Modified Files:
--------------
pgsql/src/backend/libpq:
hba.c (r1.169 -> r1.170)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.169&r2=1.170)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-24 23:42:35 pgsql: Reduce the memory footprint of large pending-trigger-event lists,
Previous Message Magnus Hagander 2008-10-24 12:29:11 pgsql: Remove notes from the frontend SSL source that are incorrect or