Re: patch for parallel pg_dump

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: patch for parallel pg_dump
Дата
Msg-id 1331758470-sup-1260@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: patch for parallel pg_dump  (Andrew Dunstan <adunstan@postgresql.org>)
Список pgsql-hackers
Excerpts from Andrew Dunstan's message of mié mar 14 17:39:59 -0300 2012:

> pgpipe used to be used in pgstat.c, but that's no longer true in any
> live branch, so it's probably long dead. I'd be inclined to rip it out
> if possible rather than expand its use.

our pgpipe() function is interesting -- all the callers that use it
first verify that they aren't WIN32.  If they are, they are using a
#define that makes it plain pipe().  And the function is only defined in
WIN32.  It seems a reasonable idea to kill both pgpipe() and piperead().

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: wal_buffers, redux
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Faster compression, again