RE: Parallel INSERT SELECT take 2 - Mailing list pgsql-hackers

From houzj.fnst@fujitsu.com
Subject RE: Parallel INSERT SELECT take 2
Date
Msg-id OS0PR01MB57162DB8A3CF58E125A69E1994159@OS0PR01MB5716.jpnprd01.prod.outlook.com
Whole thread Raw
In response to RE: Parallel INSERT SELECT take 2  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
Responses RE: Parallel INSERT SELECT take 2  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
List pgsql-hackers
On Tuesday, July 6, 2021 11:42 AM houzj.fnst@fujitsu.com wrote:
> 
> I addressed most of the comments and rebased the patch.
> Besides, I changed the following things:
> * I removed the safety check for index-am function as discussed[1].
> * change version 140000 to 150000
> 
> Attach new version patchset for further review.
> 
> [1]
> https://www.postgresql.org/message-id/164474.1623652853%40sss.pgh.pa.us

Attach a rebased patchset which fix some compile warnings
and errors due to recent commit 2ed532.

Best regards,
Hou zhijie



Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Speed up transaction completion faster after many relations are accessed in a transaction
Next
From: Heikki Linnakangas
Date:
Subject: Re: Protect against possible memory corruption (src/backend/access/nbtree/nbtxlog.c)