OSDN Git Service

Refactor exec_cast_value() and exec_simple_cast_value(): since they do
authorNeil Conway <neilc@samurai.com>
Thu, 28 Jul 2005 07:51:13 +0000 (07:51 +0000)
committerNeil Conway <neilc@samurai.com>
Thu, 28 Jul 2005 07:51:13 +0000 (07:51 +0000)
commit95cbfb5c7c58f778809e35d034cf5fd7d4d05f76
treef966d52d54d77d3cb2d5a70ea0ac13e07490eab9
parent525e83bea30c69997d4a9a4b981981e516cbcd36
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 *".
src/pl/plpgsql/src/pl_exec.c