Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 02e56f1

Browse files
committed
Set correct edition
1 parent 7a3fa7c commit 02e56f1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/include/pg_config.h.win32

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -560,25 +560,23 @@
560560
#define PG_INT64_TYPE long long int
561561

562562
/* PostgreSQL version as a string */
563-
#define PG_VERSION "10.0"
563+
#define PG_VERSION "10.1"
564564

565565
/* PostgreSQL version as a number */
566566
#define PG_VERSION_NUM 100000
567567

568-
#define PGPRO_EDITION "standard"
568+
#define PGPRO_EDITION "enterprise"
569569

570-
#define PGPRO_VERSION "10beta1.1"
570+
#define PGPRO_VERSION "10.1.1"
571571

572572
#define PGPRO_EE
573573

574574
#define XID_IS_64BIT
575575

576-
#define PGPRO_PACKAGE_STR "PostgresPro 10beta1.1"
576+
#define PGPRO_PACKAGE_STR "PostgresPro 10.1.1"
577577

578578
#define PGPRO_PACKAGE_NAME "PostgresPro"
579579

580-
#define PGPRO_PACKAGE_STR "PostgresPro 9.6.1.1"
581-
582580
/* Define to the one symbol short name of this package. */
583581

584582
#define PACKAGE_TARNAME "postgresql"

0 commit comments

Comments
 (0)