mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 00:08:31 -05:00
Consistently use NULL for invalid GUC unit strings
Patch by Euler Taveira
This commit is contained in:
parent
032f3b7e16
commit
d6c8e8d7ac
@ -7734,7 +7734,7 @@ GetConfigOptionByNum(int varnum, const char **values, bool *noshow)
|
||||
values[2] = "min";
|
||||
break;
|
||||
default:
|
||||
values[2] = "";
|
||||
values[2] = NULL;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user