From: | Justin Pryzby <pryzby(at)telsasoft(dot)com> |
---|---|
To: | "tsunakawa(dot)takay(at)fujitsu(dot)com" <tsunakawa(dot)takay(at)fujitsu(dot)com> |
Cc: | Amit Langote <amitlangote09(at)gmail(dot)com>, Andrey Lepikhov <a(dot)lepikhov(at)postgrespro(dot)ru>, tanghy(dot)fnst(at)cn(dot)fujitsu(dot)com, 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>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, houzj(dot)fnst(at)cn(dot)fujitsu(dot)com |
Subject: | Re: [POC] Fast COPY FROM command for the table with foreign partitions |
Date: | 2021-03-03 20:27:03 |
Message-ID: | 20210303202703.GI29832@telsasoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Find attached some language fixes.
|/* Do this to ensure we've pumped libpq back to idle state */
I don't know why you mean by "pumped"?
The CopySendEndOfRow "case COPY_CALLBACK:" should have a "break;"
This touches some of the same parts as my "bulk insert" patch:
https://commitfest.postgresql.org/32/2553/
--
Justin
Attachment | Content-Type | Size |
---|---|---|
0001-language-fixen.pxtch | text/x-diff | 4.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2021-03-03 20:27:45 | Re: Extensibility of the PostgreSQL wire protocol |
Previous Message | Tom Lane | 2021-03-03 20:15:41 | Re: simplifying foreign key/RI checks |