forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4b0d21b
committed
Fix PostgreSQL::Test aliasing for Perl v5.10.1.
This Perl segfaults if a declaration of the to-be-aliased packageprecedes the aliasing itself. Per buildfarm members lapwing and wrasse.Like commit2091177, back-patch to v10(all supported versions).Discussion:https://postgr.es/m/20220625171533.GA2012493@rfd.leadboat.com1 parentace9973 commit4b0d21b
2 files changed
+2
-12
lines changedLines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 | 8 |
| |
11 | 9 |
| |
12 |
| - | |
13 |
| - | |
14 | 10 |
| |
15 |
| - | |
16 |
| - | |
| 11 | + | |
17 | 12 |
| |
18 | 13 |
|
Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 | 6 |
| |
9 | 7 |
| |
10 |
| - | |
11 |
| - | |
12 | 8 |
| |
13 |
| - | |
14 |
| - | |
| 9 | + | |
15 | 10 |
| |
16 | 11 |
|
0 commit comments
Comments
(0)