Thread: [COMMITTERS] pgsql: Attempt to fix compiler warning.

[COMMITTERS] pgsql: Attempt to fix compiler warning.

From
Robert Haas
Date:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/edbe2a29365e0358387db92db0ccd5260d2bc7b1

Modified Files
--------------
src/backend/catalog/partition.c | 1 +
1 file changed, 1 insertion(+)