- Notifications
You must be signed in to change notification settings - Fork16
Commit838a560

Marina Polyakova
PGPRO-5983: fix Perl tests due to changes in PostgreSQL 15devel
The standard PostgreSQL Perl modules for testing have been moved and some havebeen renamed. Try to maintain both old and new modules by checking if we canload new modules and loading the necessary modules at compile time. We cannotload 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'tget compilation errors due to conditionally loading modules.1 parentb5d2c58 commit838a560
1 file changed
+37
-10
lines changedLines changed: 37 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 | 9 |
| |
12 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
13 | 31 |
| |
14 | 32 |
| |
| 33 | + | |
| 34 | + | |
15 | 35 |
| |
16 | 36 |
| |
17 | 37 |
| |
18 | 38 |
| |
19 | 39 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
28 | 55 |
| |
29 | 56 |
| |
30 | 57 |
| |
|
0 commit comments
Comments
(0)