pgsql: Fix some compiler warnings that clang emits with -pedantic.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix some compiler warnings that clang emits with -pedantic.
Дата
Msg-id E1WW67G-0002cH-SY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix some compiler warnings that clang emits with -pedantic.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/59202fae0434c98beb4994c5fe4df354a6af31e6

Modified Files
--------------
src/backend/access/transam/xlog.c  |    2 +-
src/bin/pg_dump/parallel.c         |    5 ++++-
src/bin/psql/tab-complete.c        |   10 +++++-----
src/include/catalog/objectaccess.h |    2 +-
src/include/pgstat.h               |    2 +-
src/include/utils/jsonapi.h        |    2 +-
6 files changed, 13 insertions(+), 10 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Move multixid allocation out of critical section.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix bogus time printout in walreceiver's debug log messages.