postgresql_9_3: drop

Postgresql 9.3 reached end of life on november 11, 2018 (see
https://www.postgresql.org/about/news/1905/)

(Rebase of #52052. Closes #52052.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Lancelot SIX 2018-12-14 15:05:38 +01:00 committed by Austin Seipp
parent 290425b7a0
commit ce235f70ca
3 changed files with 0 additions and 9 deletions

View File

@ -113,12 +113,6 @@ let
in {
postgresql_9_3 = common {
version = "9.3.25";
psqlSchema = "9.3";
sha256 = "1nxn0hjrg4y5v5n2jgzrbicgv4504r2yfjyk6g6rq0sx8603x5g4";
};
postgresql_9_4 = common {
version = "9.4.20";
psqlSchema = "9.4";

View File

@ -234,7 +234,6 @@ mapAliases ({
pltScheme = racket; # just to be sure
pmtools = acpica-tools; # added 2018-11-01
poppler_qt5 = libsForQt5.poppler; # added 2015-12-19
postgresql93 = postgresql_9_3;
postgresql94 = postgresql_9_4;
postgresql95 = postgresql_9_5;
postgresql96 = postgresql_9_6;

View File

@ -13891,7 +13891,6 @@ in
pgbouncer = callPackage ../servers/sql/pgbouncer { };
pgpool93 = pgpool.override { postgresql = postgresql_9_3; };
pgpool94 = pgpool.override { postgresql = postgresql_9_4; };
pgpool = callPackage ../servers/sql/pgpool {
@ -13904,7 +13903,6 @@ in
postgresql = postgresql_9_6;
inherit (callPackages ../servers/sql/postgresql { })
postgresql_9_3
postgresql_9_4
postgresql_9_5
postgresql_9_6