You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PGPRO-5983: fix Perl tests due to changes in PostgreSQL 15devel
The standard PostgreSQL Perl modules for testing have been moved and some have
been renamed. Try to maintain both old and new modules by checking if we can
load new modules and loading the necessary modules at compile time. We cannot
load these modules at runtime because they can have INIT blocks.
Also use Perl's 'eval' function to call functions from these modules so we don't
get compilation errors due to conditionally loading modules.
0 commit comments