Re: Make COPY format extendable: Extract COPY TO format implementations - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Make COPY format extendable: Extract COPY TO format implementations
Date
Msg-id 20240205182118.h5rkbnjgujwzuxip@awork3.anarazel.de
Whole thread Raw
In response to Re: Make COPY format extendable: Extract COPY TO format implementations  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Make COPY format extendable: Extract COPY TO format implementations
List pgsql-hackers
Hi,

Have you benchmarked the performance effects of 2889fd23be5 ? I'd not at all
be surprised if it lead to a measurable performance regression.

I think callbacks for individual attributes is the wrong approach - the
dispatch needs to happen at a higher level, otherwise there are too many
indirect function calls.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: cataloguing NOT NULL constraints
Next
From: Jacob Champion
Date:
Subject: Re: Commitfest 2024-01 first week update