[COMMITTERS] pgsql: Attempt to fix compiler warning.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Attempt to fix compiler warning.
Дата
Msg-id E1dA4Mv-0007J9-K2@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Edit SGML documentation related to extended statistics.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Make stats regression test more robust in the face of parallelq