Re: [POC] Fast COPY FROM command for the table with foreign partitions

From: "Andrey V(dot) Lepikhov" <a(dot)lepikhov(at)postgrespro(dot)ru>
To: "Tang, Haiying" <tanghy(dot)fnst(at)cn(dot)fujitsu(dot)com>, Amit Langote <amitlangote09(at)gmail(dot)com>, "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)fujitsu(dot)com>
Cc: Alexey Kondratov <a(dot)kondratov(at)postgrespro(dot)ru>, Michael Paquier <michael(at)paquier(dot)xyz>, Ashutosh Bapat <ashutosh(dot)bapat(at)2ndquadrant(dot)com>, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>, PostgreSQL-Dev <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [POC] Fast COPY FROM command for the table with foreign partitions
Date: 2020-12-23 09:00:18
Message-ID: c46c1929-d44f-0ce3-a74b-4cfaddf9da82@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/22/20 12:04 PM, Tang, Haiying wrote:
> Hi Andrey,
>
> There is an error report in your patch as follows. Please take a check.
>
> https://travis-ci.org/github/postgresql-cfbot/postgresql/jobs/750682857#L1519
>
>> copyfrom.c:374:21: error: ‘save_cur_lineno’ is used uninitialized in this function [-Werror=uninitialized]
>
> Regards,
> Tang
>
>

Thank you,
see new version in attachment.

--
regards,
Andrey Lepikhov
Postgres Professional

Attachment Content-Type Size
v13_1-0002-Fast-COPY-FROM-into-the-foreign-or-sharded-table.patch text/x-patch 36.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hou, Zhijie 2020-12-23 09:35:25 RE: Parallel copy
Previous Message Amit Kapila 2020-12-23 08:57:02 Re: [Patch] Optimize dropping of relation buffers using dlist