RE: Parallel Inserts (WAS: [bug?] Missed parallel safety checks..)

From: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Greg Nancarrow <gregn4422(at)gmail(dot)com>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: RE: Parallel Inserts (WAS: [bug?] Missed parallel safety checks..)
Date: 2021-09-01 09:23:48
Message-ID: OS3PR01MB57180761AA7641A7839BBDF994CD9@OS3PR01MB5718.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thursday, August 19, 2021 4:16 PM Hou zhijie <houzj(dot)fnst(at)fujitsu(dot)com> wrote:
> On Fri, Aug 6, 2021 4:23 PM Hou zhijie <houzj(dot)fnst(at)fujitsu(dot)com> wrote:
> >
> > Update the commit message in patches to make it easier for others to review.
>
> CFbot reported a compile error due to recent commit 3aafc03.
> Attach rebased patches which fix the error.

The patch can't apply to the HEAD branch due a recent commit.
Attach rebased patches.

Best regards,
Hou zj

Attachment Content-Type Size
v18-0005-Regression-test-and-doc-updates.patch application/octet-stream 110.8 KB
v18-0001-CREATE-ALTER-TABLE-PARALLEL-DML.patch application/octet-stream 44.2 KB
v18-0004-Cache-parallel-dml-safety.patch application/octet-stream 12.3 KB
v18-0002-Parallel-SELECT-for-INSERT.patch application/octet-stream 9.9 KB
v18-0006-Workaround-for-query-rewriter-hasModifyingCTE-bug.patch application/octet-stream 2.2 KB
v18-0003-Get-parallel-safety-functions.patch application/octet-stream 31.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2021-09-01 09:32:40 Re: mark the timestamptz variant of date_bin() as stable
Previous Message Christoph Berg 2021-09-01 09:21:58 Re: [PATCH] Native spinlock support on RISC-V