pgsql: When a GUC string variable is not set, print the empty string (in

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: When a GUC string variable is not set, print the empty string (in
Date: 2006-07-26 11:39:47
Message-ID: 20060726113947.727C89FB0D1@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
When a GUC string variable is not set, print the empty string (in SHOW etc.),
not "unset". An "unset" state doesn't really exist; all variables behave
like an empty string value if the string being pointed to has not been
initialized.

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.330 -> r1.331)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.330&r2=1.331)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-07-26 17:17:28 pgsql: Work around bug in strxfmt() but in MS VS2005.
Previous Message Peter Eisentraut 2006-07-26 11:35:56 pgsql: Convert effective_cache_size to an integer, for better