Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit298c7c9

Browse files
committed
Added PGPRO specific variables to windows config
1 parent0925e4a commit298c7c9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎src/include/pg_config.h.win32

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@
548548
#define MEMSET_LOOP_LIMIT 1024
549549

550550
/* 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"
552552

553553
/* Define to the full name of this package. */
554554
#define PACKAGE_NAME "PostgreSQL"
@@ -570,6 +570,11 @@
570570

571571
/* PostgreSQL version as a number */
572572
#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"
573578

574579
/* Define to the one symbol short name of this package. */
575580
#define PACKAGE_TARNAME "postgresql"
@@ -581,6 +586,9 @@
581586
/* A string containing the version number, platform, and C compiler */
582587
#define PG_VERSION_STR "Uninitialized version string (win32)"
583588

589+
/* A string containing the PostgresPro version number, platform, and C compiler */
590+
#define PGPRO_VERSION_STR "Uninitialized version string (win32)"
591+
584592
/* The size of `long', as computed by sizeof. */
585593
#define SIZEOF_LONG 4
586594

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp