File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 560
560
#define PG_INT64_TYPE long long int
561
561
562
562
/* PostgreSQL version as a string */
563
- #define PG_VERSION "10.0 "
563
+ #define PG_VERSION "10.1 "
564
564
565
565
/* PostgreSQL version as a number */
566
566
#define PG_VERSION_NUM 100000
567
567
568
- #define PGPRO_EDITION "standard "
568
+ #define PGPRO_EDITION "enterprise "
569
569
570
- #define PGPRO_VERSION "10beta1 .1"
570
+ #define PGPRO_VERSION "10.1 .1"
571
571
572
572
#define PGPRO_EE
573
573
574
574
#define XID_IS_64BIT
575
575
576
- #define PGPRO_PACKAGE_STR "PostgresPro 10beta1 .1"
576
+ #define PGPRO_PACKAGE_STR "PostgresPro 10.1 .1"
577
577
578
578
#define PGPRO_PACKAGE_NAME "PostgresPro"
579
579
580
- #define PGPRO_PACKAGE_STR "PostgresPro 9.6.1.1"
581
-
582
580
/* Define to the one symbol short name of this package. */
583
581
584
582
#define PACKAGE_TARNAME "postgresql"
You can’t perform that action at this time.
0 commit comments