[COMMITTERS] pgsql: Attempt to fix compiler warning. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Attempt to fix compiler warning.
Date
Msg-id E1dA4Mv-0007J9-K2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Edit SGML documentation related to extended statistics.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Make stats regression test more robust in the face of parallelq