Content-Length: 256223 | pFad | http://github.com/postgrespro/postgres_cluster/commit/a6c84c770efdc85aecbef319b453c997a465bd84

18 Attempt to suppress uninitialized variable warning. · postgrespro/postgres_cluster@a6c84c7 · GitHub
Skip to content

Commit a6c84c7

Browse files
committed
Attempt to suppress uninitialized variable warning.
Report by Heikki Linnakangas.
1 parent b7a7158 commit a6c84c7

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
@@ -8503,7 +8503,7 @@ static Size
85038503
estimate_variable_size(struct config_generic * gconf)
85048504
{
85058505
Size size;
8506-
Size valsize;
8506+
Size valsize = 0;
85078507

85088508
if (can_skip_gucvar(gconf))
85098509
return 0;

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_cluster/commit/a6c84c770efdc85aecbef319b453c997a465bd84

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy