pgsql: Refactor exec_cast_value() and exec_simple_cast_value(): since - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Refactor exec_cast_value() and exec_simple_cast_value(): since
Date
Msg-id 20050728075114.3A98D5291C@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Mark a static array "const" to move a few bytes from the "data"
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Code cleanup.