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

Поиск
Список
Период
Сортировка
От Greg Stark
Тема pgsql: fix up a couple non-prototypes of the form foo() to be foo(void)
Дата
Msg-id E1Q3wcy-00025e-36@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix check_exclusion_constraint() to insert correct collations in
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Correct "characters" to "bytes" in createdb docs.