pgsql: Fix non-C89-compliant initialization of array in parallel.c.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix non-C89-compliant initialization of array in parallel.c.
Дата
Msg-id E1aqtUy-0005nR-AT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix non-C89-compliant initialization of array in parallel.c.

In newer branches this was already fixed in 59202fae04. Found using
clang's -Wc99-extensions.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6e53bb4fdca945d0867e11551bab019c555ecf26

Modified Files
--------------
src/bin/pg_dump/parallel.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove trailing commas in enums.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix trivial typo.