Re: Make COPY format extendable: Extract COPY TO format implementations

From: Sutou Kouhei <kou(at)clear-code(dot)com>
To: zhjwpku(at)gmail(dot)com
Cc: sawada(dot)mshk(at)gmail(dot)com, michael(at)paquier(dot)xyz, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Make COPY format extendable: Extract COPY TO format implementations
Date: 2025-01-23 09:12:10
Message-ID: 20250123.181210.1536503233294251091.kou@clear-code.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I noticed that the last patch set (v27) can't be applied to
the current master. I've rebased on the current master and
created v28 patch set. No code change.

Thanks,
--
kou

Attachment Content-Type Size
v28-0001-Refactor-COPY-TO-to-use-format-callback-function.patch text/x-patch 17.9 KB
v28-0002-Refactor-COPY-FROM-to-use-format-callback-functi.patch text/x-patch 32.5 KB
v28-0003-Add-support-for-adding-custom-COPY-TO-format.patch text/x-patch 17.6 KB
v28-0004-Export-CopyToStateData.patch text/x-patch 9.1 KB
v28-0005-Add-support-for-implementing-custom-COPY-TO-form.patch text/x-patch 2.0 KB
v28-0006-Add-support-for-adding-custom-COPY-FROM-format.patch text/x-patch 9.1 KB
v28-0007-Export-CopyFromStateData.patch text/x-patch 17.4 KB
v28-0008-Add-support-for-implementing-custom-COPY-FROM-fo.patch text/x-patch 1.9 KB
v28-0009-Add-CopyFromSkipErrorRow-for-custom-COPY-format-.patch text/x-patch 10.8 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-01-23 09:28:36 Re: Non-text mode for pg_dumpall
Previous Message Sutou Kouhei 2025-01-23 09:09:29 Re: Make COPY format extendable: Extract COPY TO format implementations