Re: psql \copy from sends a lot of packets

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: psql \copy from sends a lot of packets
Дата
Msg-id 162617716032.1167.1371790275808727765.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на psql \copy from sends a lot of packets  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: psql \copy from sends a lot of packets
Список pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            tested, passed

The patch was marked as the one that needs review and doesn't currently have
a reviewer, so I decided to take a look. The patch was tested on MacOS against
master `e0271d5f`. It works fine and doesn't seem to contradict the current
documentation.

The future COPY TO patch may require some changes in the docs, as Tom pointed
out. I also wonder if it may affect any 3rd party applications and if we care
about this, but I suggest we discuss this when and if a corresponding patch
will be proposed.

The new status of this patch is: Ready for Committer

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

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: Re: Add proper planner support for ORDER BY / DISTINCT aggregates
Следующее
От: Ranier Vilela
Дата:
Сообщение: Re: [PATCH] Use optimized single-datum tuplesort in ExecSort