Re: Allow batched insert during cross-partition updates - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Re: Allow batched insert during cross-partition updates
Date
Msg-id CALj2ACWV_xjb8Y9B9AdmcRc=xm_0noMd=F7CEvgB5A9xRos+zQ@mail.gmail.com
Whole thread Raw
In response to Re: Allow batched insert during cross-partition updates  (Amit Langote <amitlangote09@gmail.com>)
Responses Re: Allow batched insert during cross-partition updates  (Amit Langote <amitlangote09@gmail.com>)
List pgsql-hackers
On Tue, Apr 6, 2021 at 6:37 PM Amit Langote <amitlangote09@gmail.com> wrote:
> > 3) will the cmin in the output always be the same?
> > +SELECT cmin, * FROM batch_cp_upd_test3;
>
> TBH, I am not so sure.  Maybe it's not a good idea to rely on cmin
> after all.  I've rewritten the tests to use a different method of
> determining if a single or multiple insert commands were used in
> moving rows into foreign partitions.

Thanks! It looks good!

With Regards,
Bharath Rupireddy.
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit?
Next
From: Fujii Masao
Date:
Subject: Re: Stronger safeguard for archive recovery not to miss data