Fix searchpath for modern Perl for genbki.pl
This was fixed for MSVC tools by commit 1df92eeafefac4, but per
buildfarm member bowerbird genbki.pl needs the same treatment.
Backpatch to all live branches.
Branch
--
REL_11_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/4e7a51
Fix searchpath for modern Perl for genbki.pl
This was fixed for MSVC tools by commit 1df92eeafefac4, but per
buildfarm member bowerbird genbki.pl needs the same treatment.
Backpatch to all live branches.
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/1fbb9b
Fix searchpath for modern Perl for genbki.pl
This was fixed for MSVC tools by commit 1df92eeafefac4, but per
buildfarm member bowerbird genbki.pl needs the same treatment.
Backpatch to all live branches.
Branch
--
REL9_5_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/a82ca6
Fix searchpath for modern Perl for genbki.pl
This was fixed for MSVC tools by commit 1df92eeafefac4, but per
buildfarm member bowerbird genbki.pl needs the same treatment.
Backpatch to all live branches.
Branch
--
REL9_6_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/be037c
Fix searchpath for modern Perl for genbki.pl
This was fixed for MSVC tools by commit 1df92eeafefac4, but per
buildfarm member bowerbird genbki.pl needs the same treatment.
Backpatch to all live branches.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/f884a96819ad3
Fix searchpath for modern Perl for genbki.pl
This was fixed for MSVC tools by commit 1df92eeafefac4, but per
buildfarm member bowerbird genbki.pl needs the same treatment.
Backpatch to all live branches.
Branch
--
REL9_4_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/51884f
Update time zone data files to tzdata release 2018i.
DST law changes in Kazakhstan, Metlakatla, and São Tomé and Príncipe.
Kazakhstan's Qyzylorda zone is split in two, creating a new zone
Asia/Qostanay, as some areas did not change UTC offset.
Historical corrections for Hong Kong and numerous Paci
Update time zone data files to tzdata release 2018i.
DST law changes in Kazakhstan, Metlakatla, and São Tomé and Príncipe.
Kazakhstan's Qyzylorda zone is split in two, creating a new zone
Asia/Qostanay, as some areas did not change UTC offset.
Historical corrections for Hong Kong and numerous Paci
Update time zone data files to tzdata release 2018i.
DST law changes in Kazakhstan, Metlakatla, and São Tomé and Príncipe.
Kazakhstan's Qyzylorda zone is split in two, creating a new zone
Asia/Qostanay, as some areas did not change UTC offset.
Historical corrections for Hong Kong and numerous Paci
Update time zone data files to tzdata release 2018i.
DST law changes in Kazakhstan, Metlakatla, and São Tomé and Príncipe.
Kazakhstan's Qyzylorda zone is split in two, creating a new zone
Asia/Qostanay, as some areas did not change UTC offset.
Historical corrections for Hong Kong and numerous Paci
Update time zone data files to tzdata release 2018i.
DST law changes in Kazakhstan, Metlakatla, and São Tomé and Príncipe.
Kazakhstan's Qyzylorda zone is split in two, creating a new zone
Asia/Qostanay, as some areas did not change UTC offset.
Historical corrections for Hong Kong and numerous Paci
Update time zone data files to tzdata release 2018i.
DST law changes in Kazakhstan, Metlakatla, and São Tomé and Príncipe.
Kazakhstan's Qyzylorda zone is split in two, creating a new zone
Asia/Qostanay, as some areas did not change UTC offset.
Historical corrections for Hong Kong and numerous Paci
Keep perl style checker happy
It doesn't like code before "use strict;".
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/8916b33e52485f0acea98fdfc919c2313178f865
Modified Files
--
src/backend/catalog/genbki.pl | 6 +++---
1 file changed, 3 insertions(+),
Keep perl style checker happy
It doesn't like code before "use strict;".
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/171207100e6c331a365178356843132d68e563a6
Modified Files
--
src/backend/catalog/genbki.pl | 6 +++---
1 file changed, 3 inserti
Keep perl style checker happy
It doesn't like code before "use strict;".
Branch
--
REL_11_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/99eb3bba649b5a48fa9b679b6d94334ca110e1db
Modified Files
--
src/backend/catalog/genbki.pl | 6 +++---
1 file changed, 3 inserti
Keep perl style checker happy
It doesn't like code before "use strict;".
Branch
--
REL9_5_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/eae78da2b451c88d9206a1db4f01578f2e4a3b36
Modified Files
--
src/backend/catalog/genbki.pl | 6 +++---
1 file changed, 3 inserti
Keep perl style checker happy
It doesn't like code before "use strict;".
Branch
--
REL9_4_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/ed2c2d063bd110f299211611b72a5dbe07a4d7be
Modified Files
--
src/backend/catalog/genbki.pl | 6 +++---
1 file changed, 3 inserti
Keep perl style checker happy
It doesn't like code before "use strict;".
Branch
--
REL9_6_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/749cb71de2d6217ef2f4ca76aa8461e4a7275f4c
Modified Files
--
src/backend/catalog/genbki.pl | 6 +++---
1 file changed, 3 inserti
More fixed for modern perl on back branches
Use "do" instead of "require" for included files, as it doesn't look for
them in the search path but relative to the current working directory.
These changes have already been made to REL_10_STABLE and later, to
satisfy the demands of perlcritic, but nee
More fixed for modern perl on back branches
Use "do" instead of "require" for included files, as it doesn't look for
them in the search path but relative to the current working directory.
These changes have already been made to REL_10_STABLE and later, to
satisfy the demands of perlcritic, but nee
More fixed for modern perl on back branches
Use "do" instead of "require" for included files, as it doesn't look for
them in the search path but relative to the current working directory.
These changes have already been made to REL_10_STABLE and later, to
satisfy the demands of perlcritic, but nee
Fix included file path for modern perl
Contrary to the comment on 772d4b76, only paths starting with "./" or
"../" are considered relative to the current working directory by perl's
"do" function. So this patch converts all the relevant cases to use "./"
paths. This only affects MSVC.
Backpatch t
Fix included file path for modern perl
Contrary to the comment on 772d4b76, only paths starting with "./" or
"../" are considered relative to the current working directory by perl's
"do" function. So this patch converts all the relevant cases to use "./"
paths. This only affects MSVC.
Backpatch t
Fix included file path for modern perl
Contrary to the comment on 772d4b76, only paths starting with "./" or
"../" are considered relative to the current working directory by perl's
"do" function. So this patch converts all the relevant cases to use "./"
paths. This only affects MSVC.
Backpatch t
Fix included file path for modern perl
Contrary to the comment on 772d4b76, only paths starting with "./" or
"../" are considered relative to the current working directory by perl's
"do" function. So this patch converts all the relevant cases to use "./"
paths. This only affects MSVC.
Backpatch t
Fix included file path for modern perl
Contrary to the comment on 772d4b76, only paths starting with "./" or
"../" are considered relative to the current working directory by perl's
"do" function. So this patch converts all the relevant cases to use "./"
paths. This only affects MSVC.
Backpatch t
Fix included file path for modern perl
Contrary to the comment on 772d4b76, only paths starting with "./" or
"../" are considered relative to the current working directory by perl's
"do" function. So this patch converts all the relevant cases to use "./"
paths. This only affects MSVC.
Backpatch t
27 matches
Mail list logo