pgsql: fix up a couple non-prototypes of the form foo() to be foo(void) - Mailing list pgsql-committers

From Greg Stark
Subject pgsql: fix up a couple non-prototypes of the form foo() to be foo(void)
Date
Msg-id E1Q3wcy-00025e-36@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
fix up a couple non-prototypes of the form foo() to be foo(void) -- found using -Wstrict-prototypes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7b66e2c086b1a24d8adad52842725db8c0499e02

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c |    4 ++--
src/interfaces/ecpg/include/ecpglib.h |    2 +-
2 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix check_exclusion_constraint() to insert correct collations in
Next
From: Robert Haas
Date:
Subject: pgsql: Correct "characters" to "bytes" in createdb docs.