forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd5f43a1
committed
Remove use of perl parent module in Cluster.pm
Commitfb16d2c used the old but not quite old enough parent module,which dates to perl version 5.10.1 as a core module. We still have adinosaur or two running older versions of perl, so rather than requirean upgrade in those we simply do in place what parent.pm's import()would have done for us.Reviewed by Tom LaneDiscussion:https://postgr.es/m/474104.1648685981@sss.pgh.pa.us1 parentfea1cc4 commitd5f43a1
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2918 | 2918 |
| |
2919 | 2919 |
| |
2920 | 2920 |
| |
2921 |
| - | |
| 2921 | + | |
| 2922 | + | |
| 2923 | + | |
| 2924 | + | |
2922 | 2925 |
| |
2923 | 2926 |
| |
2924 | 2927 |
| |
| |||
2945 | 2948 |
| |
2946 | 2949 |
| |
2947 | 2950 |
| |
2948 |
| - | |
| 2951 | + | |
| 2952 | + | |
2949 | 2953 |
| |
2950 | 2954 |
| |
2951 | 2955 |
| |
|
0 commit comments
Comments
(0)