Обсуждение: pgsql: Don't use 'return' where you should use 'PG_RETURN_xxx'.

Поиск
Список
Период
Сортировка

pgsql: Don't use 'return' where you should use 'PG_RETURN_xxx'.

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Don't use 'return' where you should use 'PG_RETURN_xxx'.

Modified Files:
--------------
    pgsql/src/backend/utils/mb:
        mbutils.c (r1.88 -> r1.89)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/mbutils.c?r1=1.88&r2=1.89)