pgsql: Miscellaneous cleanup to silence compiler warnings seen on Mingw - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Miscellaneous cleanup to silence compiler warnings seen on Mingw
Date
Msg-id E1RZWCH-0000bW-33@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Miscellaneous cleanup to silence compiler warnings seen on Mingw.

Remove some dead code, conditionally declare some items or call
some code, and fix one or two declarations.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0f44335122fd01b54417bc955d6a98b967ca832c

Modified Files
--------------
src/backend/executor/nodeBitmapHeapscan.c  |    4 ++++
src/backend/utils/adt/formatting.c         |   12 ++++++++++++
src/backend/utils/adt/varlena.c            |    4 ++++
src/bin/initdb/initdb.c                    |   23 -----------------------
src/bin/pg_basebackup/pg_basebackup.c      |   11 ++++++++---
src/bin/pg_basebackup/pg_receivexlog.c     |    4 ++++
src/bin/pg_ctl/pg_ctl.c                    |    7 -------
src/bin/pgevent/pgevent.c                  |    1 -
src/interfaces/ecpg/pgtypeslib/timestamp.c |    6 +++---
9 files changed, 35 insertions(+), 37 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Remove define inadvertantly left over from testing.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Revert the behavior of inet/cidr functions to not unpack the arg