Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit320534f

Browse files
committed
Remove redundant perl version checks
Commit4c15327 removed some redundant uses of 'use 5.008001;' in perlscripts, including in plperl's plc_perlboot.pl. Because it made otherchanges it wasn't backpatched. However, now this is causing a failure onback branches when built with bleeding edge perl. Therefore, backpatchjust that part of it which removed those uses, from 15 all the way downto 9.2, which is the earliest version currently built in the buildfarm.per report from Alexander LakhinDiscussion:https://postgr.es/m/4cc2ee93-e03c-8e13-61ed-412e7e6ff19d@gmail.com
1 parentc18c12c commit320534f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎src/pl/plperl/plc_perlboot.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
use strict;
44

5-
use 5.008001;
65
use varsqw(%_SHARED $_TD);
76

87
PostgreSQL::InServer::Util::bootstrap();

‎src/tools/pgindent/pgindent

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
use strict;
44
use warnings;
5-
use 5.008001;
65

76
use Cwdqw(abs_path getcwd);
87
use File::Find;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp