Re: confusing / inefficient "need_transcoding" handling in copy - Mailing list pgsql-hackers

From Andres Freund
Subject Re: confusing / inefficient "need_transcoding" handling in copy
Date
Msg-id 20240209004307.j3a3pasnirt44x7a@awork3.anarazel.de
Whole thread Raw
In response to Re: confusing / inefficient "need_transcoding" handling in copy  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hi,

On 2024-02-09 09:36:28 +0900, Michael Paquier wrote:
> On Thu, Feb 08, 2024 at 10:25:07AM +0200, Heikki Linnakangas wrote:
> > There's no validation, just conversion. I'd suggest:
> > 
> > "Set up encoding conversion info if the file and server encodings differ
> > (see also pg_server_to_any)."
> > 
> > Other than that, +1
> 
> Cool.  I've used your wording and applied that on HEAD.

Thanks. LGTM.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: confusing / inefficient "need_transcoding" handling in copy
Next
From: John Morris
Date:
Subject: Re: Where can I find the doxyfile?