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

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

From
Robert Haas
Date:
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(-)