pgsql: Fix extension control path tests

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix extension control path tests
Date: 2025-03-20 10:00:30
Message-ID: E1tvChS-0006KX-1C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix extension control path tests

Change expected extension to be installed from amcheck to plpgsql since
not all build farm animals has the contrib module installed.

Author: Matheus Alcantara <mths(dot)dev(at)pm(dot)me>
Reported-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/E7C7BFFB-8857-48D4-A71F-88B359FADCFD(at)justatheory(dot)com

Branch
------
master

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

Modified Files
--------------
src/test/modules/test_extensions/t/001_extension_control_path.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-03-20 10:27:00 pgsql: Revert workarounds for -Wmissing-braces false positives on old G
Previous Message Peter Eisentraut 2025-03-20 09:45:30 pgsql: Fix typo in comment