Attempt to fix compiler warning.
authorRobert Haas <rhaas@postgresql.org>
Mon, 15 May 2017 00:59:28 +0000 (20:59 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 15 May 2017 00:59:28 +0000 (20:59 -0400)
commitedbe2a29365e0358387db92db0ccd5260d2bc7b1
treef61bcc4821feaaf5e9ad38a6c7dab8c0f5a41187
parent93ece9cc887239deef6539d607063d98aa03aff3
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.
src/backend/catalog/partition.c