Skip to content

Commit a45e506

Browse files
committed
Added #define PGPRO_EE to pg_config.h to distinguish enterprise version from standard
1 parent 0703f7a commit a45e506

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/include/pg_config.h.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,8 @@
772772
/* PostgresPRo version as a string */
773773
#undef PGPRO_VERSION
774774

775+
#define PGPRO_EE
776+
775777
/* A string containing the version number of Postgres Pro */
776778
#undef PGPRO_VERSION_STR
777779

src/include/pg_config.h.win32

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,8 @@
576576

577577
#define PGPRO_VERSION "9.6.1.1"
578578

579+
#define PGPRO_EE
580+
579581
#define PGPRO_PACKAGE_STR "PostgresPro 9.6.1.1"
580582

581583
/* Define to the one symbol short name of this package. */

0 commit comments

Comments
 (0)