remove no longer necessary Perl compatibility hack
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-10-17T08:16:49Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-no-longer-needed-compatibility-hack.patch (text/x-diff)
Hello While messing about with Cluster.pm I noticed that we don't need the hack to work around lack of parent.pm in very old Perl versions, because we no longer support those versions (per commit 4c1532763a00). Trivial patch attached. -- Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/ "El que vive para el futuro es un iluso, y el que vive para el pasado, un imbécil" (Luis Adler, "Los tripulantes de la noche")
Commits
-
Remove no-longer-needed compatibility hack
- 997cd15c7c16 16.0 landed
-
Bump minimum Perl version to 5.14
- 4c1532763a00 16.0 cited