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

Commitd239c54

Browse files
akorotkovvbwagner
authored andcommitted
PostgresPro version identification.
1 parentcdd4ed5 commitd239c54

File tree

5 files changed

+43
-44
lines changed

5 files changed

+43
-44
lines changed

‎configure

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 forPostgreSQL 9.5.0.
3+
# Generated by GNU Autoconf 2.69 forPostgresPro 9.5.0.1.
44
#
5-
# Report bugs to <pgsql-bugs@postgresql.org>.
5+
# Report bugs to <pgsql-bugs@postgrespro.com>.
66
#
77
#
88
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -269,7 +269,7 @@ fi
269269
$as_echo"$0: be upgraded to zsh 4.3.4 or later."
270270
else
271271
$as_echo"$0: Please tell bug-autoconf@gnu.org and
272-
$0: pgsql-bugs@postgresql.org about your system, including
272+
$0: pgsql-bugs@postgrespro.com about your system, including
273273
$0: any error possibly output before this message. Then
274274
$0: install a modern shell, or manually run the script
275275
$0: under such a shell if you do have one."
@@ -580,11 +580,11 @@ MFLAGS=
580580
MAKEFLAGS=
581581

582582
# Identity of this package.
583-
PACKAGE_NAME='PostgreSQL'
584-
PACKAGE_TARNAME='postgresql'
585-
PACKAGE_VERSION='9.5.0'
586-
PACKAGE_STRING='PostgreSQL 9.5.0'
587-
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
583+
PACKAGE_NAME='PostgresPro'
584+
PACKAGE_TARNAME='postgrespro'
585+
PACKAGE_VERSION='9.5.0.1'
586+
PACKAGE_STRING='PostgresPro 9.5.0.1'
587+
PACKAGE_BUGREPORT='pgsql-bugs@postgrespro.com'
588588
PACKAGE_URL=''
589589

590590
ac_unique_file="src/backend/access/common/heaptuple.c"
@@ -1395,7 +1395,7 @@ if test "$ac_init_help" = "long"; then
13951395
# Omit some internal or obsolete options to make the list less imposing.
13961396
# This message is too long to be a string in the A/UX 3.1 sh.
13971397
cat<<_ACEOF
1398-
\`configure' configuresPostgreSQL 9.5.0 to adapt to many kinds of systems.
1398+
\`configure' configuresPostgresPro 9.5.0.1 to adapt to many kinds of systems.
13991399
14001400
Usage:$0 [OPTION]... [VAR=VALUE]...
14011401
@@ -1443,7 +1443,7 @@ Fine tuning of the installation directories:
14431443
--infodir=DIR info documentation [DATAROOTDIR/info]
14441444
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
14451445
--mandir=DIR man documentation [DATAROOTDIR/man]
1446-
--docdir=DIR documentation root [DATAROOTDIR/doc/postgresql]
1446+
--docdir=DIR documentation root [DATAROOTDIR/doc/postgrespro]
14471447
--htmldir=DIR html documentation [DOCDIR]
14481448
--dvidir=DIR dvi documentation [DOCDIR]
14491449
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1460,7 +1460,7 @@ fi
14601460

14611461
iftest -n"$ac_init_help";then
14621462
case$ac_init_helpin
1463-
short | recursive )echo"Configuration ofPostgreSQL 9.5.0:";;
1463+
short | recursive )echo"Configuration ofPostgresPro 9.5.0.1:";;
14641464
esac
14651465
cat<<\_ACEOF
14661466
@@ -1547,7 +1547,7 @@ Some influential environment variables:
15471547
Use these variables to override the choices made by`configure' or to help
15481548
it to find libraries and programs with nonstandard names/locations.
15491549
1550-
Report bugs to <pgsql-bugs@postgresql.org>.
1550+
Report bugs to <pgsql-bugs@postgrespro.com>.
15511551
_ACEOF
15521552
ac_status=$?
15531553
fi
@@ -1610,7 +1610,7 @@ fi
16101610
test -n "$ac_init_help" && exit $ac_status
16111611
if $ac_init_version; then
16121612
cat <<\_ACEOF
1613-
PostgreSQL configure 9.5.0
1613+
PostgresPro configure 9.5.0.1
16141614
generated by GNU Autoconf 2.69
16151615
16161616
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1884,9 +1884,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
18841884
$as_echo"$as_me: WARNING:$2: section\"Present But Cannot Be Compiled\"">&2;}
18851885
{$as_echo"$as_me:${as_lineno-$LINENO}: WARNING:$2: proceeding with the compiler's result">&5
18861886
$as_echo"$as_me: WARNING:$2: proceeding with the compiler's result">&2;}
1887-
($as_echo"## ---------------------------------------- ##
1888-
## Report this to pgsql-bugs@postgresql.org ##
1889-
## ---------------------------------------- ##"
1887+
($as_echo"## ----------------------------------------- ##
1888+
## Report this to pgsql-bugs@postgrespro.com ##
1889+
## ----------------------------------------- ##"
18901890
)| sed"s/^/$as_me: WARNING: /">&2
18911891
;;
18921892
esac
@@ -2321,7 +2321,7 @@ cat >config.log <<_ACEOF
23212321
This file contains any messages produced by compilers while
23222322
running configure, to aid debugging if configure makes a mistake.
23232323
2324-
It was created byPostgreSQL$as_me 9.5.0, which was
2324+
It was created byPostgresPro$as_me 9.5.0.1, which was
23252325
generated by GNU Autoconf 2.69. Invocation command line was
23262326
23272327
$$0$@
@@ -11183,7 +11183,7 @@ else
1118311183
We can't simply define LARGE_OFF_T to be 9223372036854775807,
1118411184
since some C++ compilers masquerading as C compilers
1118511185
incorrectly reject 9223372036854775807. */
11186-
#define LARGE_OFF_T (((off_t) 1 <<62)- 1 + ((off_t) 1 <<62))
11186+
#define LARGE_OFF_T ((((off_t) 1 <<31) << 31)- 1 + (((off_t) 1 <<31) << 31))
1118711187
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1118811188
&& LARGE_OFF_T % 2147483647 == 1)
1118911189
? 1 : -1];
@@ -11229,7 +11229,7 @@ else
1122911229
We can't simply define LARGE_OFF_T to be 9223372036854775807,
1123011230
since some C++ compilers masquerading as C compilers
1123111231
incorrectly reject 9223372036854775807. */
11232-
#define LARGE_OFF_T (((off_t) 1 <<62)- 1 + ((off_t) 1 <<62))
11232+
#define LARGE_OFF_T ((((off_t) 1 <<31) << 31)- 1 + (((off_t) 1 <<31) << 31))
1123311233
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1123411234
&& LARGE_OFF_T % 2147483647 == 1)
1123511235
? 1 : -1];
@@ -11253,7 +11253,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1125311253
We can't simply define LARGE_OFF_T to be 9223372036854775807,
1125411254
since some C++ compilers masquerading as C compilers
1125511255
incorrectly reject 9223372036854775807. */
11256-
#define LARGE_OFF_T (((off_t) 1 <<62)- 1 + ((off_t) 1 <<62))
11256+
#define LARGE_OFF_T ((((off_t) 1 <<31) << 31)- 1 + (((off_t) 1 <<31) << 31))
1125711257
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1125811258
&& LARGE_OFF_T % 2147483647 == 1)
1125911259
? 1 : -1];
@@ -11298,7 +11298,7 @@ else
1129811298
We can't simply define LARGE_OFF_T to be 9223372036854775807,
1129911299
since some C++ compilers masquerading as C compilers
1130011300
incorrectly reject 9223372036854775807. */
11301-
#define LARGE_OFF_T (((off_t) 1 <<62)- 1 + ((off_t) 1 <<62))
11301+
#define LARGE_OFF_T ((((off_t) 1 <<31) << 31)- 1 + (((off_t) 1 <<31) << 31))
1130211302
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1130311303
&& LARGE_OFF_T % 2147483647 == 1)
1130411304
? 1 : -1];
@@ -11322,7 +11322,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1132211322
We can't simply define LARGE_OFF_T to be 9223372036854775807,
1132311323
since some C++ compilers masquerading as C compilers
1132411324
incorrectly reject 9223372036854775807. */
11325-
#define LARGE_OFF_T (((off_t) 1 <<62)- 1 + ((off_t) 1 <<62))
11325+
#define LARGE_OFF_T ((((off_t) 1 <<31) << 31)- 1 + (((off_t) 1 <<31) << 31))
1132611326
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
1132711327
&& LARGE_OFF_T % 2147483647 == 1)
1132811328
? 1 : -1];
@@ -15567,7 +15567,7 @@ fi
1556715567

1556815568

1556915569
cat>>confdefs.h<<_ACEOF
15570-
#define PG_VERSION_STR "PostgreSQL$PG_VERSION on$host, compiled by$cc_string,`expr$ac_cv_sizeof_void_p\* 8`-bit"
15570+
#define PG_VERSION_STR "PostgresPro$PG_VERSION on$host, compiled by$cc_string,`expr$ac_cv_sizeof_void_p\* 8`-bit"
1557115571
_ACEOF
1557215572

1557315573

@@ -16142,7 +16142,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1614216142
# report actual input values of CONFIG_FILES etc. instead of their
1614316143
# values after options handling.
1614416144
ac_log="
16145-
This file was extended byPostgreSQL $as_me 9.5.0, which was
16145+
This file was extended byPostgresPro $as_me 9.5.0.1, which was
1614616146
generated by GNU Autoconf 2.69. Invocation command line was
1614716147
1614816148
CONFIG_FILES = $CONFIG_FILES
@@ -16206,13 +16206,13 @@ $config_links
1620616206
Configuration commands:
1620716207
$config_commands
1620816208
16209-
Report bugs to<pgsql-bugs@postgresql.org>."
16209+
Report bugs to<pgsql-bugs@postgrespro.com>."
1621016210
1621116211
_ACEOF
1621216212
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1621316213
ac_cs_config="`$as_echo"$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1621416214
ac_cs_version="\\
16215-
PostgreSQL config.status 9.5.0
16215+
PostgresPro config.status 9.5.0.1
1621616216
configured by$0, generated by GNU Autoconf 2.69,
1621716217
with options\\"\$ac_cs_config\\"
1621816218

‎configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
1717
dnl
1818
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919

20-
AC_INIT([PostgreSQL], [9.5.0], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgresPro], [9.5.0.1], [pgsql-bugs@postgrespro.com])
2121

2222
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not
@@ -2120,7 +2120,7 @@ else
21202120
fi
21212121

21222122
AC_DEFINE_UNQUOTED(PG_VERSION_STR,
2123-
["PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"],
2123+
["PostgresPro $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"],
21242124
[A string containing the version number, platform, and C compiler])
21252125

21262126
# Supply a numeric version string for use by 3rd party add-ons

‎doc/bug.template

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
If PostgreSQL failed to compile on your computer or you found a bug,
2-
please fill out this form and e-mail it to pgsql-bugs@postgresql.org.
2+
please fill out this form and e-mail it to pgsql-bugs@postgrespro.com.
33

44
If your bug report has security implications and you'd prefer that it not
55
become immediately visible in public archives, don't send it to pgsql-bugs.
6-
Security issues can be reported privately to security@postgresql.org.
6+
Security issues can be reported privately to security@postgrespro.com.
77

8-
If you not only found the problem but solved it and generated a patch
9-
then e-mail it to pgsql-hackers@postgresql.org instead. Please use the
10-
command "diff -c" to generate the patch.
11-
12-
You may also enter a bug report at http://www.postgresql.org/ instead of
8+
You may also enter a bug report at http://www.postgrespro.com/ instead of
139
e-mailing this form.
1410

1511
============================================================================
@@ -27,7 +23,7 @@ System Configuration:
2723

2824
Operating System (example: Linux 2.4.18):
2925

30-
PostgreSQL version (example:PostgreSQL 9.5.0):PostgreSQL 9.5.0
26+
PostgreSQL version (example:PostgresPro 9.5.0.1):PostgresPro 9.5.0.1
3127

3228
Compiler used (example: gcc 3.3.5):
3329

‎src/include/catalog/pg_control.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
#include"port/pg_crc32c.h"
2121

2222

23-
/* Version identifier for this pg_control format */
24-
#definePG_CONTROL_VERSION942
23+
/*
24+
* Version identifier for this pg_control format. We use "PP" prefix in higher
25+
* bits to identify PostgresPro fork of PostgreSQL.
26+
*/
27+
#definePG_CONTROL_VERSION(0x50500000 + 942)
2528

2629
/*
2730
* Body of CheckPoint XLOG records. This is declared here because we keep

‎src/include/pg_config.h.win32

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -557,16 +557,16 @@
557557
#define MEMSET_LOOP_LIMIT 1024
558558

559559
/* Define to the address where bug reports for this package should be sent. */
560-
#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
560+
#define PACKAGE_BUGREPORT "pgsql-bugs@postgrespro.com"
561561

562562
/* Define to the full name of this package. */
563-
#define PACKAGE_NAME "PostgreSQL"
563+
#define PACKAGE_NAME "PostgresPro"
564564

565565
/* Define to the full name and version of this package. */
566-
#define PACKAGE_STRING "PostgreSQL 9.5.0"
566+
#define PACKAGE_STRING "PostgresPro 9.5.0.1"
567567

568568
/* Define to the version of this package. */
569-
#define PACKAGE_VERSION "9.5.0"
569+
#define PACKAGE_VERSION "9.5.0.1"
570570

571571
/* Define to the name of a signed 128-bit integer type. */
572572
#undef PG_INT128_TYPE
@@ -575,13 +575,13 @@
575575
#define PG_INT64_TYPE long long int
576576

577577
/* PostgreSQL version as a string */
578-
#define PG_VERSION "9.5.0"
578+
#define PG_VERSION "9.5.0.1"
579579

580580
/* PostgreSQL version as a number */
581581
#define PG_VERSION_NUM 90500
582582

583583
/* Define to the one symbol short name of this package. */
584-
#define PACKAGE_TARNAME "postgresql"
584+
#define PACKAGE_TARNAME "postgrespro"
585585

586586
/* Define to the name of the default PostgreSQL service principal in Kerberos.
587587
(--with-krb-srvnam=NAME) */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp