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

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Replace now unnecessary goto statements by using return directly.
Дата
Msg-id 20081024124831.52E527545A4@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Remove notes from the frontend SSL source that are incorrect or
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Reduce the memory footprint of large pending-trigger-event lists,