aboutsummaryrefslogtreecommitdiff
path: root/databases/pgadmin3/files/patch-pgversion
blob: dabe2915e7ef95cf85029986d0246356b2aab07d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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;