Re: Remove the refint contrib module (for v20) - Mailing list pgsql-hackers

From solai v
Subject Re: Remove the refint contrib module (for v20)
Date
Msg-id CAF0whudX1fWrnp5Qm5uU2C+0AK2Agaa+NhnLou3rrCh5DQ-JiQ@mail.gmail.com
Whole thread
In response to Re: Remove the refint contrib module (for v20)  (Ayush Tiwari <ayushtiwari.slg01@gmail.com>)
List pgsql-hackers
Hi Ayush,

I tested the v3 patch series on current HEAD.
For v3-0001, i verified that the refint extension files were removed
from contrib/spi, the related build system entries were updated, and
PostgreSQL built successfully after applying the patch. I also
confirmed that CREATE EXTENSION refint fails in a fresh database as
expected once the extension is removed.
For v3-0002, i verified that the patch applied cleanly and reviewed
the changes in AdjustUpgrade.pm. The added handling for upgrades from
versions older than v20, including dropping the refint extension and
its associated test tables during upgrade testing, looks correct. The
tree also built successfully with this patch applied.

I did not perform an actual cross-version pg_upgrade test, but the
patch series applied cleanly and behaved as expected in my testing.


Regards,
solai



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication
Next
From: Nishant Sharma
Date:
Subject: Re: Show hashed SAOP decision in EXPLAIN