diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-05-03 02:25:56 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-05-03 02:25:56 +0300 |
commit | f2955914f5d2655ef4b12b244ae81511ce1e94a1 (patch) | |
tree | b6686a2b05db7cf89de2134a08cd46133ca6e6bd /databases/pgadmin3/files/patch-pgversion | |
parent | lang/php8*: Remove stale NOOP codes (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | databases/pgadmin3/files/patch-pgadmin_include_pgAdmin3.h (renamed from databases/pgadmin3/files/patch-pgversion) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/pgadmin3/files/patch-pgversion b/databases/pgadmin3/files/patch-pgadmin_include_pgAdmin3.h index dabe2915e7ef..da1cdbb29e47 100644 --- a/databases/pgadmin3/files/patch-pgversion +++ b/databases/pgadmin3/files/patch-pgadmin_include_pgAdmin3.h @@ -1,13 +1,13 @@ ---- pgadmin/include/pgAdmin3.h +--- pgadmin/include/pgAdmin3.h.orig 2023-05-22 02:40:57 UTC +++ pgadmin/include/pgAdmin3.h -@@ -58,8 +58,8 @@ - // Supported server minimum and maximum values. +@@ -60,8 +60,8 @@ 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"); + /*ABDUL:BEGIN*/ +-const short SERVER_MAX_VERSION_N = 0x0FFF; +-const wxString SERVER_MAX_VERSION_T = wxT("15.255"); +const short SERVER_MAX_VERSION_N = 0x7FFF; /* Don't check for maximally supported PG version. */ +const wxString SERVER_MAX_VERSION_T = wxT("99"); + /*ABDUL:END*/ // Supported Greenplum Database and Greenplum HAWQ minimum and maximum values. - const short GP_MIN_VERSION_N = 0x0802; |