Re: psql \copy from sends a lot of packets - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: psql \copy from sends a lot of packets
Date
Msg-id 72af2829-a003-3973-3aef-adcea9169816@iki.fi
Whole thread Raw
In response to Re: psql \copy from sends a lot of packets  (Aleksander Alekseev <aleksander@timescale.com>)
List pgsql-hackers
On 13/07/2021 14:52, Aleksander Alekseev wrote:
> 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.

Thanks for the review! I read through it myself one more time and 
spotted one bug: in interactive mode, the prompt was printed twice in 
the beginning of the operation. Fixed that, and pushed.

- Heikki



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: proposal: possibility to read dumped table's name from file
Next
From: David Rowley
Date:
Subject: Re: [PATCH] Use optimized single-datum tuplesort in ExecSort