pgsql: Remove trailing commas in enums.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Remove trailing commas in enums.
Дата
Msg-id E1aqtUz-0005ns-Mv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove trailing commas in enums.

These aren't valid C89. Found thanks to gcc's -Wc90-c99-compat. These
exist in differing places in most supported branches.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b54508596dc4202d581873a8841c72fcf3bae7a6

Modified Files
--------------
src/include/catalog/objectaccess.h | 2 +-
src/include/pgstat.h               | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Make init_spin_delay() C89 compliant #2.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix non-C89-compliant initialization of array in parallel.c.