Attempt to fix compiler warning.

Robert Haas <rhaas@postgresql.org>

Commit: edbe2a29365e0358387db92db0ccd5260d2bc7b1
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-05-15T00:59:28Z
Releases: 10.0
Attempt to fix compiler warning.

Per a report from Tom Lane, newer versions of gcc apparently think
that partexprs_item_saved can be used uninitialized.  Try to convince
them otherwise.

Files

PathChange+/−
src/backend/catalog/partition.c modified +1 −0