From f2955914f5d2655ef4b12b244ae81511ce1e94a1 Mon Sep 17 00:00:00 2001 From: Vladimir Druzenko Date: Fri, 3 May 2024 02:25:56 +0300 Subject: databases/pgadmin3: change upstream and get maintainership * Change upstream to pgadmin3-lts (based on BigSQL fork of the original pgAdmin3) with support for modern PostreSQL * Get maintainership * While here sort out Makefile PR: 265294 --- databases/pgadmin3/files/patch-pgversion | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 databases/pgadmin3/files/patch-pgversion (limited to 'databases/pgadmin3/files/patch-pgversion') diff --git a/databases/pgadmin3/files/patch-pgversion b/databases/pgadmin3/files/patch-pgversion deleted file mode 100644 index dabe2915e7ef..000000000000 --- a/databases/pgadmin3/files/patch-pgversion +++ /dev/null @@ -1,13 +0,0 @@ ---- pgadmin/include/pgAdmin3.h -+++ pgadmin/include/pgAdmin3.h -@@ -58,8 +58,8 @@ - // Supported server minimum and maximum values. - const short SERVER_MIN_VERSION_N = 0x0804; - const wxString SERVER_MIN_VERSION_T = wxT("8.4"); --const short SERVER_MAX_VERSION_N = 0x0906; --const wxString SERVER_MAX_VERSION_T = wxT("9.6"); -+const short SERVER_MAX_VERSION_N = 0x7FFF; /* Don't check for maximally supported PG version. */ -+const wxString SERVER_MAX_VERSION_T = wxT("99"); - - // Supported Greenplum Database and Greenplum HAWQ minimum and maximum values. - const short GP_MIN_VERSION_N = 0x0802; -- cgit v1.2.3