mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08: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…
Reference in New Issue
Block a user