Update include/pgAdmin3.h

This commit is contained in:
levinsv 2018-10-16 22:57:06 +05:00
parent e82e44f593
commit f494f68237

View file

@ -58,7 +58,6 @@
// Supported server minimum and maximum values.
const short SERVER_MIN_VERSION_N = 0x0804;
const wxString SERVER_MIN_VERSION_T = wxT("8.4");
<<<<<<< HEAD
const short SERVER_MAX_VERSION_N = 0x0C00;
const wxString SERVER_MAX_VERSION_T = wxT("12");
// Supported Greenplum Database and Greenplum HAWQ minimum and maximum values.