Re: parallel pg_dump

Поиск
Список
Период
Сортировка
От Joachim Wieland
Тема Re: parallel pg_dump
Дата
Msg-id CACw0+11VOZ=5LtSrJMPzwgxd3xjtA1icLHufD-_F+n6AJhji_Q@mail.gmail.com
обсуждение исходный текст
Ответ на parallel pg_dump  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: parallel pg_dump  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Tue, Apr 3, 2012 at 9:26 AM, Andrew Dunstan <andrew@dunslane.net> wrote:
> First, either the creation of the destination directory needs to be delayed
> until all the sanity checks have passed and we're sure we're actually going
> to write something there, or it needs to be removed if we error exit before
> anything gets written there.

pg_dump also creates empty files which is the analogous case here.
Just try to dump a nonexistant database for example (this also shows
that delaying won't help...).

> Maybe pg_dump -F d should be prepared to accept an empty directory as well as a
> non-existent directory, just as initdb can.

That sounds like a good compromise. I'll implement that.


> Second, all the PrintStatus traces are annoying and need to be removed, or
> perhaps better only output in debugging mode (using ahlog() instead of just
> printf())

Sure, PrintStatus is just there for now to see what's going on. My
plan was to remove it entirely in the final patch.


Joachim


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Switching to Homebrew as recommended Mac install?
Следующее
От: Yeb Havinga
Дата:
Сообщение: bugfix for cursor arguments in named notation