Insert additional compiler placation into objectaddress.c.

Robert Haas <rhaas@postgresql.org>

Commit: 462583be1ce7fe8a75abffc41a0db38e03050090
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-08-27T21:31:19Z
Releases: 9.1.0
Insert additional compiler placation into objectaddress.c.

Peter Eisentraut reports that some bits of the "address" variable
in get_object_address() give "may be used uninitialized" warnings;
this likes the only excuse his compiler could have for thinking
that's possible.

Files

PathChange+/−
src/backend/catalog/objectaddress.c modified +5 −1