Skip to content

Commit 50a90fa

Browse files
committed
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
(hope I got 'em all). Per discussion, this release will be 9.0 not 8.5.
1 parent 37ec19a commit 50a90fa

Some content is hidden

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

48 files changed

+133
-133
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.63 for PostgreSQL 8.5devel.
3+
# Generated by GNU Autoconf 2.63 for PostgreSQL 9.0devel.
44
#
55
# Report bugs to <pgsql-bugs@postgresql.org>.
66
#
@@ -598,8 +598,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
598598
# Identity of this package.
599599
PACKAGE_NAME='PostgreSQL'
600600
PACKAGE_TARNAME='postgresql'
601-
PACKAGE_VERSION='8.5devel'
602-
PACKAGE_STRING='PostgreSQL 8.5devel'
601+
PACKAGE_VERSION='9.0devel'
602+
PACKAGE_STRING='PostgreSQL 9.0devel'
603603
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
604604

605605
ac_unique_file="src/backend/access/common/heaptuple.c"
@@ -1410,7 +1410,7 @@ if test "$ac_init_help" = "long"; then
14101410
# Omit some internal or obsolete options to make the list less imposing.
14111411
# This message is too long to be a string in the A/UX 3.1 sh.
14121412
cat <<_ACEOF
1413-
\`configure' configures PostgreSQL 8.5devel to adapt to many kinds of systems.
1413+
\`configure' configures PostgreSQL 9.0devel to adapt to many kinds of systems.
14141414

14151415
Usage: $0 [OPTION]... [VAR=VALUE]...
14161416

@@ -1475,7 +1475,7 @@ fi
14751475

14761476
if test -n "$ac_init_help"; then
14771477
case $ac_init_help in
1478-
short | recursive ) echo "Configuration of PostgreSQL 8.5devel:";;
1478+
short | recursive ) echo "Configuration of PostgreSQL 9.0devel:";;
14791479
esac
14801480
cat <<\_ACEOF
14811481

@@ -1621,7 +1621,7 @@ fi
16211621
test -n "$ac_init_help" && exit $ac_status
16221622
if $ac_init_version; then
16231623
cat <<\_ACEOF
1624-
PostgreSQL configure 8.5devel
1624+
PostgreSQL configure 9.0devel
16251625
generated by GNU Autoconf 2.63
16261626

16271627
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1637,7 +1637,7 @@ cat >config.log <<_ACEOF
16371637
This file contains any messages produced by compilers while
16381638
running configure, to aid debugging if configure makes a mistake.
16391639

1640-
It was created by PostgreSQL $as_me 8.5devel, which was
1640+
It was created by PostgreSQL $as_me 9.0devel, which was
16411641
generated by GNU Autoconf 2.63. Invocation command line was
16421642

16431643
$ $0 $@
@@ -29375,7 +29375,7 @@ exec 6>&1
2937529375
# report actual input values of CONFIG_FILES etc. instead of their
2937629376
# values after options handling.
2937729377
ac_log="
29378-
This file was extended by PostgreSQL $as_me 8.5devel, which was
29378+
This file was extended by PostgreSQL $as_me 9.0devel, which was
2937929379
generated by GNU Autoconf 2.63. Invocation command line was
2938029380

2938129381
CONFIG_FILES = $CONFIG_FILES
@@ -29442,7 +29442,7 @@ Report bugs to <bug-autoconf@gnu.org>."
2944229442
_ACEOF
2944329443
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2944429444
ac_cs_version="\\
29445-
PostgreSQL config.status 8.5devel
29445+
PostgreSQL config.status 9.0devel
2944629446
configured by $0, generated by GNU Autoconf 2.63,
2944729447
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2944829448

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.622 2010/02/13 02:34:11 tgl Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.623 2010/02/17 04:19:37 tgl Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -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], [8.5devel], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgreSQL], [9.0devel], [pgsql-bugs@postgresql.org])
2121

2222
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required.
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not

contrib/vacuumlo/vacuumlo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.44 2010/01/02 16:57:33 momjian Exp $
11+
* $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.45 2010/02/17 04:19:37 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -142,7 +142,7 @@ vacuumlo(char *database, struct _param * param)
142142
*/
143143
buf[0] = '\0';
144144
strcat(buf, "CREATE TEMP TABLE vacuum_l AS ");
145-
if (PQserverVersion(conn) >= 80500)
145+
if (PQserverVersion(conn) >= 90000)
146146
strcat(buf, "SELECT oid AS lo FROM pg_largeobject_metadata");
147147
else
148148
strcat(buf, "SELECT DISTINCT loid AS lo FROM pg_largeobject");

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 8.5devel): PostgreSQL 8.5devel
30+
PostgreSQL version (example: PostgreSQL 9.0devel): PostgreSQL 9.0devel
3131

3232
Compiler used (example: gcc 3.3.5) :
3333

doc/src/sgml/catalogs.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.222 2010/02/16 22:34:41 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.223 2010/02/17 04:19:37 tgl Exp $ -->
22
<!--
33
Documentation of the system catalogs, directed toward PostgreSQL developers
44
-->
@@ -3134,7 +3134,7 @@
31343134
</para>
31353135

31363136
<para>
3137-
Prior to <productname>PostgreSQL</> 8.5, there was no permission structure
3137+
Prior to <productname>PostgreSQL</> 9.0, there was no permission structure
31383138
associated with large objects. As a result,
31393139
<structname>pg_largeobject</structname> was publicly readable and could be
31403140
used to obtain the OIDs (and contents) of all large objects in the system.

doc/src/sgml/config.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.251 2010/02/16 21:35:51 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.252 2010/02/17 04:19:37 tgl Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -4977,16 +4977,16 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
49774977
</indexterm>
49784978
<listitem>
49794979
<para>
4980-
In <productname>PostgreSQL</> releases prior to 8.5, large objects
4980+
In <productname>PostgreSQL</> releases prior to 9.0, large objects
49814981
did not have access privileges and were, in effect, readable and
49824982
writable by all users. Setting this variable to <literal>on</>
49834983
disables the new privilege checks, for compatibility with prior
49844984
releases. The default is <literal>off</>.
49854985
</para>
49864986
<para>
49874987
Setting this variable does not disable all security checks for
4988-
large objects - only those for which the default behavior has changed
4989-
in <productname>PostgreSQL</> 8.5.
4988+
large objects &mdash; only those for which the default behavior has
4989+
changed in <productname>PostgreSQL</> 9.0.
49904990
For example, <literal>lo_import()</literal> and
49914991
<literal>lo_export()</literal> need superuser privileges independent
49924992
of this setting.

doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.241 2009/08/04 16:08:35 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.242 2010/02/17 04:19:37 tgl Exp $ -->
22

33
<chapter id="datatype">
44
<title id="datatype-title">Data Types</title>
@@ -1197,7 +1197,7 @@ SELECT b, char_length(b) FROM test2;
11971197
of these are always accepted on input. The output format depends
11981198
on the configuration parameter <xref linkend="guc-bytea-output">;
11991199
the default is hex. (Note that the hex format was introduced in
1200-
<productname>PostgreSQL</productname> 8.5; earlier versions and some
1200+
<productname>PostgreSQL</productname> 9.0; earlier versions and some
12011201
tools don't understand it.)
12021202
</para>
12031203

doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.95 2010/01/26 14:21:29 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.96 2010/02/17 04:19:37 tgl Exp $ -->
22

33
<chapter id="ecpg">
44
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
@@ -2439,7 +2439,7 @@ EXEC SQL DESCRIBE stmt1 INTO SQL DESCRIPTOR mydesc;
24392439
</para>
24402440

24412441
<para>
2442-
Before PostgreSQL 8.5, the <literal>SQL</literal> keyword was optional,
2442+
Before PostgreSQL 9.0, the <literal>SQL</literal> keyword was optional,
24432443
so using <literal>DESCRIPTOR</literal> and <literal>SQL DESCRIPTOR</literal>
24442444
produced named SQL Descriptor Areas. Now it is mandatory, omitting
24452445
the <literal>SQL</literal> keyword produces SQLDA Descriptor Areas,

doc/src/sgml/filelist.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/filelist.sgml,v 1.65 2009/11/18 21:57:56 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/filelist.sgml,v 1.66 2010/02/17 04:19:37 tgl Exp $ -->
22

33
<!entity history SYSTEM "history.sgml">
44
<!entity info SYSTEM "info.sgml">
@@ -142,7 +142,7 @@
142142
<!entity keywords SYSTEM "keywords.sgml">
143143

144144
<!entity release SYSTEM "release.sgml">
145-
<!entity release-8.5 SYSTEM "release-8.5.sgml">
145+
<!entity release-9.0 SYSTEM "release-9.0.sgml">
146146
<!entity release-8.4 SYSTEM "release-8.4.sgml">
147147
<!entity release-8.3 SYSTEM "release-8.3.sgml">
148148
<!entity release-8.2 SYSTEM "release-8.2.sgml">

doc/src/sgml/high-availability.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.43 2010/02/13 03:38:26 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.44 2010/02/17 04:19:37 tgl Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability, Load Balancing, and Replication</title>
@@ -747,7 +747,7 @@ if (!triggered)
747747
</para>
748748

749749
<para>
750-
Starting with <productname>PostgreSQL</> version 8.5, you can use
750+
Starting with <productname>PostgreSQL</> version 9.0, you can use
751751
streaming replication (see <xref linkend="streaming-replication">) to
752752
achieve the same with less effort.
753753
</para>

0 commit comments

Comments
 (0)