Skip to content

Commit cc09e65

Browse files
Remove the adminpack contrib extension
The adminpack extension was only used to support pgAdmin III, which in turn was declared EOL many years ago. Removing the extension also allows us to remove functions from core as well which were only used to support old version of adminpack. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Reviewed-by: Nathan Bossart <nathandbossart@gmail.com> Reviewed-by: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> Discussion: https://postgr.es/m/CALj2ACUmL5TraYBUBqDZBi1C+Re8_=SekqGYqYprj_W8wygQ8w@mail.gmail.com
1 parent dbbca2c commit cc09e65

20 files changed

+2
-1280
lines changed

contrib/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ top_builddir = ..
55
include $(top_builddir)/src/Makefile.global
66

77
SUBDIRS = \
8-
adminpack \
98
amcheck \
109
auth_delay \
1110
auto_explain \

contrib/adminpack/.gitignore

-4
This file was deleted.

contrib/adminpack/Makefile

-24
This file was deleted.

contrib/adminpack/adminpack--1.0--1.1.sql

-6
This file was deleted.

contrib/adminpack/adminpack--1.0.sql

-53
This file was deleted.

contrib/adminpack/adminpack--1.1--2.0.sql

-51
This file was deleted.

contrib/adminpack/adminpack--2.0--2.1.sql

-17
This file was deleted.

0 commit comments

Comments
 (0)