mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Attempt to suppress uninitialized variable warning.
Report by Heikki Linnakangas.
This commit is contained in:
parent
b7a715800a
commit
a6c84c770e
@ -8503,7 +8503,7 @@ static Size
|
|||||||
estimate_variable_size(struct config_generic * gconf)
|
estimate_variable_size(struct config_generic * gconf)
|
||||||
{
|
{
|
||||||
Size size;
|
Size size;
|
||||||
Size valsize;
|
Size valsize = 0;
|
||||||
|
|
||||||
if (can_skip_gucvar(gconf))
|
if (can_skip_gucvar(gconf))
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user