pgsql: Adjust AdjustUpgrade.pm for commit b1720fe63.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust AdjustUpgrade.pm for commit b1720fe63.
Date: 2025-04-09 00:21:20
Message-ID: E1u2JBw-003MlL-0k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust AdjustUpgrade.pm for commit b1720fe63.

Need to delete the functions we no longer have available from
the dumps to be reloaded from old versions.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b65b9da568fd93f8fe3b41f4074f225eead104d2

Modified Files
--------------
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm | 10 ++++++++++
1 file changed, 10 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2025-04-09 00:49:52 Re: pgsql: Rename argument in pg_get_process_memory_contexts().
Previous Message Tom Lane 2025-04-08 23:12:22 pgsql: Move contrib/spi testing from core regression tests to contrib/s