pgsql: Fix extension control path tests - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix extension control path tests
Date
Msg-id E1tvChS-0006KX-1C@gemulon.postgresql.org
Whole thread Raw
List 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.dev@pm.me>
Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/E7C7BFFB-8857-48D4-A71F-88B359FADCFD@justatheory.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix typo in comment
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Revert workarounds for -Wmissing-braces false positives on old G