Content-Length: 256258 | pFad | http://github.com/postgrespro/postgres/commit/d6c8e8d7aca9ab175e6aefef9974b65bd589dd80

29 Consistently use NULL for invalid GUC unit strings · postgrespro/postgres@d6c8e8d · GitHub
Skip to content

Commit d6c8e8d

Browse files
committed
Consistently use NULL for invalid GUC unit strings
Patch by Euler Taveira
1 parent 032f3b7 commit d6c8e8d

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7734,7 +7734,7 @@ GetConfigOptionByNum(int varnum, const char **values, bool *noshow)
77347734
values[2] = "min";
77357735
break;
77367736
default:
7737-
values[2] = "";
7737+
values[2] = NULL;
77387738
break;
77397739
}
77407740
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/d6c8e8d7aca9ab175e6aefef9974b65bd589dd80

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy