mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
* 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
13 lines
564 B
C
13 lines
564 B
C
--- 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.
|