This is a discussion on pgsql: When a GUC string variable is not set, print the empty string (in within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- When a GUC string variable is not set, print the empty string (in SHOW etc.), not ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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/cvsw...1.330&r2=1.331) ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| Thread Tools | |
| Display Modes | |
|
|