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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't use 'return' where you should use 'PG_RETURN_xxx'.
Date: 2009-07-07 19:28:56
Message-ID: 20090707192856.A0B4975331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-07-07 20:32:20 pgsql: psql backward compatibility fix For servers older than 8.3, sort
Previous Message Tom Lane 2009-07-07 19:28:01 pgsql: Query in SQL function still not schema-safe; add a couple more