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

Commit 9b58225

Browse files
committed
Merged stamp 9.6.5 into PostgresPro
2 parents a35e2a2 + 254bb39 commit 9b58225

File tree

47 files changed

+7461
-7859
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+7461
-7859
lines changed

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for PostgreSQL 9.6.4.
3+
# Generated by GNU Autoconf 2.69 for PostgreSQL 9.6.5.
44
#
55
# Report bugs to <bugs@postgrespro.ru>.
66
#
@@ -583,8 +583,8 @@ MAKEFLAGS=
583583
# Identity of this package.
584584
PACKAGE_NAME='PostgreSQL'
585585
PACKAGE_TARNAME='postgrespro'
586-
PACKAGE_VERSION='9.6.4'
587-
PACKAGE_STRING='PostgreSQL 9.6.4'
586+
PACKAGE_VERSION='9.6.5'
587+
PACKAGE_STRING='PostgreSQL 9.6.5'
588588
PACKAGE_BUGREPORT='bugs@postgrespro.ru'
589589
PACKAGE_URL=''
590590

@@ -1416,7 +1416,7 @@ if test "$ac_init_help" = "long"; then
14161416
# Omit some internal or obsolete options to make the list less imposing.
14171417
# This message is too long to be a string in the A/UX 3.1 sh.
14181418
cat <<_ACEOF
1419-
\`configure' configures PostgreSQL 9.6.4 to adapt to many kinds of systems.
1419+
\`configure' configures PostgreSQL 9.6.5 to adapt to many kinds of systems.
14201420

14211421
Usage: $0 [OPTION]... [VAR=VALUE]...
14221422

@@ -1482,7 +1482,7 @@ fi
14821482

14831483
if test -n "$ac_init_help"; then
14841484
case $ac_init_help in
1485-
short | recursive ) echo "Configuration of PostgreSQL 9.6.4:";;
1485+
short | recursive ) echo "Configuration of PostgreSQL 9.6.5:";;
14861486
esac
14871487
cat <<\_ACEOF
14881488

@@ -1635,7 +1635,7 @@ fi
16351635
test -n "$ac_init_help" && exit $ac_status
16361636
if $ac_init_version; then
16371637
cat <<\_ACEOF
1638-
PostgreSQL configure 9.6.4
1638+
PostgreSQL configure 9.6.5
16391639
generated by GNU Autoconf 2.69
16401640

16411641
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2347,7 +2347,7 @@ cat >config.log <<_ACEOF
23472347
This file contains any messages produced by compilers while
23482348
running configure, to aid debugging if configure makes a mistake.
23492349

2350-
It was created by PostgreSQL $as_me 9.6.4, which was
2350+
It was created by PostgreSQL $as_me 9.6.5, which was
23512351
generated by GNU Autoconf 2.69. Invocation command line was
23522352

23532353
$ $0 $@
@@ -18712,7 +18712,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1871218712
# report actual input values of CONFIG_FILES etc. instead of their
1871318713
# values after options handling.
1871418714
ac_log="
18715-
This file was extended by PostgreSQL $as_me 9.6.4, which was
18715+
This file was extended by PostgreSQL $as_me 9.6.5, which was
1871618716
generated by GNU Autoconf 2.69. Invocation command line was
1871718717

1871818718
CONFIG_FILES = $CONFIG_FILES
@@ -18782,7 +18782,7 @@ _ACEOF
1878218782
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1878318783
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1878418784
ac_cs_version="\\
18785-
PostgreSQL config.status 9.6.4
18785+
PostgreSQL config.status 9.6.5
1878618786
configured by $0, generated by GNU Autoconf 2.69,
1878718787
with options \\"\$ac_cs_config\\"
1878818788

configure.in

Lines changed: 1 addition & 1 deletion
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.6.4], [bugs@postgrespro.ru],[postgrespro])
20+
AC_INIT([PostgreSQL], [9.6.5], [bugs@postgrespro.ru],[postgrespro])
2121
PACKAGE_TARNAME=postgrespro
2222

2323
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.

doc/bug.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ System Configuration:
2727

2828
Operating System (example: Linux 2.4.18) :
2929

30-
PostgreSQL version (example: PostgreSQL 9.6.4): PostgreSQL 9.6.4
30+
PostgreSQL version (example: PostgreSQL 9.6.5): PostgreSQL 9.6.5
3131

3232
Compiler used (example: gcc 3.3.5) :
3333

doc/src/sgml/release-9.3.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ COMMIT;
103103
<listitem>
104104
<para>
105105
Fix crash in <application>pg_restore</> when using parallel mode and
106-
using a list file to select a subset of items to restore (Tom Lane)
106+
using a list file to select a subset of items to restore
107+
(Fabr&iacute;zio de Royes Mello)
107108
</para>
108109
</listitem>
109110

doc/src/sgml/release-9.4.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ COMMIT;
119119
<listitem>
120120
<para>
121121
Fix crash in <application>pg_restore</> when using parallel mode and
122-
using a list file to select a subset of items to restore (Tom Lane)
122+
using a list file to select a subset of items to restore
123+
(Fabr&iacute;zio de Royes Mello)
123124
</para>
124125
</listitem>
125126

doc/src/sgml/release-9.5.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ COMMIT;
102102
<listitem>
103103
<para>
104104
Fix crash in <application>pg_restore</> when using parallel mode and
105-
using a list file to select a subset of items to restore (Tom Lane)
105+
using a list file to select a subset of items to restore
106+
(Fabr&iacute;zio de Royes Mello)
106107
</para>
107108
</listitem>
108109

doc/src/sgml/release-9.6.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ Branch: REL9_3_STABLE [ece4bd901] 2017-08-19 13:39:38 -0400
160160
-->
161161
<para>
162162
Fix crash in <application>pg_restore</> when using parallel mode and
163-
using a list file to select a subset of items to restore (Tom Lane)
163+
using a list file to select a subset of items to restore
164+
(Fabr&iacute;zio de Royes Mello)
164165
</para>
165166
</listitem>
166167

0 commit comments

Comments
 (0)