pgsql: Replace now unnecessary goto statements by using return directly. - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Replace now unnecessary goto statements by using return directly.
Date
Msg-id 20081024124831.52E527545A4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Remove notes from the frontend SSL source that are incorrect or
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Reduce the memory footprint of large pending-trigger-event lists,