summaryrefslogtreecommitdiff
path: root/databases/pgadmin3/files/patch-pgadmin_include_pgAdmin3.h
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2024-05-03 02:25:56 +0300
committerVladimir Druzenko <vvd@FreeBSD.org>2024-05-03 02:25:56 +0300
commitf2955914f5d2655ef4b12b244ae81511ce1e94a1 (patch)
treeb6686a2b05db7cf89de2134a08cd46133ca6e6bd /databases/pgadmin3/files/patch-pgadmin_include_pgAdmin3.h
parentlang/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 'databases/pgadmin3/files/patch-pgadmin_include_pgAdmin3.h')
-rw-r--r--databases/pgadmin3/files/patch-pgadmin_include_pgAdmin3.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/pgadmin3/files/patch-pgadmin_include_pgAdmin3.h b/databases/pgadmin3/files/patch-pgadmin_include_pgAdmin3.h
new file mode 100644
index 000000000000..da1cdbb29e47
--- /dev/null
+++ b/databases/pgadmin3/files/patch-pgadmin_include_pgAdmin3.h
@@ -0,0 +1,13 @@
+--- pgadmin/include/pgAdmin3.h.orig 2023-05-22 02:40:57 UTC
++++ pgadmin/include/pgAdmin3.h
+@@ -60,8 +60,8 @@
+ const short SERVER_MIN_VERSION_N = 0x0804;
+ const wxString SERVER_MIN_VERSION_T = wxT("8.4");
+ /*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.