Thread: pgsql: In parse_bool_with_len, avoid crash when no result pointer is

pgsql: In parse_bool_with_len, avoid crash when no result pointer is

From
petere@postgresql.org (Peter Eisentraut)
Date:
Log Message:
-----------
In parse_bool_with_len, avoid crash when no result pointer is passed.  Probably
an unlikely call mode, but better be safe.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        bool.c (r1.46 -> r1.47)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/bool.c?r1=1.46&r2=1.47)