Re: Foreign key isolation tests

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>
Cc: Rustam ALLAKOV <rustamallakov(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Foreign key isolation tests
Date: 2025-07-18 10:29:44
Message-ID: CAEZATCV2-SSp+oLENNcrf3G+MsF5e4=fWAkUBELhv9m+SiR-UQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 11 Jul 2025 at 23:22, Paul Jungwirth
<pj(at)illuminatedcomputing(dot)com> wrote:
>
> On 7/11/25 11:50, Rustam ALLAKOV wrote:
> > Hi Paul,
> > Thanks for this patch!
> > Lilian and I have reviewed your patches.
>
> Thank you for the review! I've attached new patches addressing your feedback.
>

I agree that additional testing in this area is valuable. Patch 0001
looks reasonable to me, on a quick read-through. In patch 0002, I
think it would be valuable to also test updating the parent row to
time periods consistent and not consistent with the insert, to confirm
that that behaves correctly.

Regards,
Dean

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2025-07-18 10:30:48 Re: IPC/MultixactCreation on the Standby server
Previous Message Sutou Kouhei 2025-07-18 10:05:53 Re: Make COPY format extendable: Extract COPY TO format implementations