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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some compiler warnings that clang emits with -pedantic.
Date: 2014-04-04 15:33:14
Message-ID: E1WW67G-0002cH-SY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-04 15:44:25 pgsql: Fix bogus time printout in walreceiver's debug log messages.
Previous Message Heikki Linnakangas 2014-04-04 15:26:20 Re: Re: [COMMITTERS] pgsql: In checkpoint, move the check for in-progress xacts out of criti