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

From: Greg Stark <stark(at)mit(dot)edu>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: fix up a couple non-prototypes of the form foo() to be foo(void)
Date: 2011-03-27 20:32:00
Message-ID: E1Q3wcy-00025e-36@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Fetter 2011-03-27 21:07:13 Re: [COMMITTERS] pgsql: Fix plpgsql to release SPI plans when a function or DO block is
Previous Message Tom Lane 2011-03-27 17:30:11 pgsql: Fix check_exclusion_constraint() to insert correct collations in