pgsql: Avoid trying to print a NULL char pointer in --describe-config. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Avoid trying to print a NULL char pointer in --describe-config.
Date
Msg-id 20080223192333.1CF06754108@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Avoid trying to print a NULL char pointer in --describe-config.  On some
platforms this works, but on some it crashes.  Zdenek Kotala

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        help_config.c (r1.19 -> r1.20)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/help_config.c?r1=1.19&r2=1.20)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change the declaration of struct varlena so that the length word
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid trying to print a NULL char pointer in --describe-config.