We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81f1a7a + 02d175f commit 6fdd531Copy full SHA for 6fdd531
src/include/pg_config.h.win32
@@ -565,20 +565,18 @@
565
/* PostgreSQL version as a number */
566
#define PG_VERSION_NUM 100001
567
568
-#define PGPRO_EDITION "standard"
+#define PGPRO_EDITION "enterprise"
569
570
-#define PGPRO_VERSION "10beta1.1"
+#define PGPRO_VERSION "10.1.1"
571
572
#define PGPRO_EE
573
574
#define XID_IS_64BIT
575
576
-#define PGPRO_PACKAGE_STR "PostgresPro 10beta1.1"
+#define PGPRO_PACKAGE_STR "PostgresPro 10.1.1"
577
578
#define PGPRO_PACKAGE_NAME "PostgresPro"
579
580
-#define PGPRO_PACKAGE_STR "PostgresPro 9.6.1.1"
581
-
582
/* Define to the one symbol short name of this package. */
583
584
#define PACKAGE_TARNAME "postgresql"
0 commit comments