pgsql: Don't use 'return' where you should use 'PG_RETURN_xxx'. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Don't use 'return' where you should use 'PG_RETURN_xxx'.
Date
Msg-id 20090707192856.A0B4975331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Query in SQL function still not schema-safe; add a couple more
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: psql backward compatibility fix For servers older than 8.3, sort