Re: parallel restore fixes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: parallel restore fixes
Дата
Msg-id 17972.1236642179@sss.pgh.pa.us
обсуждение исходный текст
Ответ на parallel restore fixes  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> + void
> + init_dump_utils()

This should be
> + void
> + init_dump_utils(void)

please.  We don't do K&R C around here.  I'd lose the added retval
variable too; that's not contributing anything.

> ! #endif;

Semicolon is bogus here.

Looks pretty sane otherwise.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: parallel restore fixes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Updates of SE-PostgreSQL 8.4devel patches (r1704)