File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 548
548
#define MEMSET_LOOP_LIMIT 1024
549
549
550
550
/* Define to the address where bug reports for this package should be sent. */
551
- #define PACKAGE_BUGREPORT "pgsql- bugs@postgresql.org "
551
+ #define PACKAGE_BUGREPORT "bugs@postgrespro.ru "
552
552
553
553
/* Define to the full name of this package. */
554
554
#define PACKAGE_NAME "PostgreSQL"
570
570
571
571
/* PostgreSQL version as a number */
572
572
#define PG_VERSION_NUM 90600
573
+ #define PGPRO_PACKAGE_NAME "PostgresPro"
574
+
575
+ #define PGPRO_PACKAGE_VERSION "9.6rc1.1"
576
+
577
+ #define PGPRO_PACKAGE_STR "PostgresPro 9.6rc1.1"
573
578
574
579
/* Define to the one symbol short name of this package. */
575
580
#define PACKAGE_TARNAME "postgresql"
581
586
/* A string containing the version number, platform, and C compiler */
582
587
#define PG_VERSION_STR "Uninitialized version string (win32)"
583
588
589
+ /* A string containing the PostgresPro version number, platform, and C compiler */
590
+ #define PGPRO_VERSION_STR "Uninitialized version string (win32)"
591
+
584
592
/* The size of `long', as computed by sizeof. */
585
593
#define SIZEOF_LONG 4
586
594
You can’t perform that action at this time.
0 commit comments