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

Commit d7eb030

Browse files
vbwagnerMarina Polyakova
authored and
Marina Polyakova
committed
Set correct edition
1 parent 54433ea commit d7eb030

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/include/pg_config.h.win32

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -565,20 +565,18 @@
565565
/* PostgreSQL version as a number */
566566
#define PG_VERSION_NUM 100001
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)