pgsql: Refactor exec_cast_value() and exec_simple_cast_value(): since

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refactor exec_cast_value() and exec_simple_cast_value(): since
Date: 2005-07-28 07:51:14
Message-ID: 20050728075114.3A98D5291C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Refactor exec_cast_value() and exec_simple_cast_value(): since they do
not ever write through the `isnull' parameter, it does not need to be
an out parameter. Therefore it can be declared a "bool" rather than a
"bool *".

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_exec.c (r1.150 -> r1.151)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.150&r2=1.151)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-28 15:30:55 pgsql: Code cleanup.
Previous Message Neil Conway 2005-07-28 07:38:34 pgsql: Mark a static array "const" to move a few bytes from the "data"