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

Commit fcbc438

Browse files
committed
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
and documentation to reference 8.0 instead of 7.5.
1 parent ecb6813 commit fcbc438

Some content is hidden

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

73 files changed

+157
-157
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.53 for PostgreSQL 7.5devel.
3+
# Generated by GNU Autoconf 2.53 for PostgreSQL 8.0devel.
44
#
55
# Report bugs to <pgsql-bugs@postgresql.org>.
66
#
@@ -258,8 +258,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
258258
# Identity of this package.
259259
PACKAGE_NAME='PostgreSQL'
260260
PACKAGE_TARNAME='postgresql'
261-
PACKAGE_VERSION='7.5devel'
262-
PACKAGE_STRING='PostgreSQL 7.5devel'
261+
PACKAGE_VERSION='8.0devel'
262+
PACKAGE_STRING='PostgreSQL 8.0devel'
263263
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
264264

265265
ac_unique_file="src/backend/access/common/heaptuple.c"
@@ -769,7 +769,7 @@ if test "$ac_init_help" = "long"; then
769769
# Omit some internal or obsolete options to make the list less imposing.
770770
# This message is too long to be a string in the A/UX 3.1 sh.
771771
cat <<_ACEOF
772-
\`configure' configures PostgreSQL 7.5devel to adapt to many kinds of systems.
772+
\`configure' configures PostgreSQL 8.0devel to adapt to many kinds of systems.
773773

774774
Usage: $0 [OPTION]... [VAR=VALUE]...
775775

@@ -830,7 +830,7 @@ fi
830830

831831
if test -n "$ac_init_help"; then
832832
case $ac_init_help in
833-
short | recursive ) echo "Configuration of PostgreSQL 7.5devel:";;
833+
short | recursive ) echo "Configuration of PostgreSQL 8.0devel:";;
834834
esac
835835
cat <<\_ACEOF
836836

@@ -950,7 +950,7 @@ fi
950950
test -n "$ac_init_help" && exit 0
951951
if $ac_init_version; then
952952
cat <<\_ACEOF
953-
PostgreSQL configure 7.5devel
953+
PostgreSQL configure 8.0devel
954954
generated by GNU Autoconf 2.53
955955

956956
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -967,7 +967,7 @@ cat >&5 <<_ACEOF
967967
This file contains any messages produced by compilers while
968968
running configure, to aid debugging if configure makes a mistake.
969969

970-
It was created by PostgreSQL $as_me 7.5devel, which was
970+
It was created by PostgreSQL $as_me 8.0devel, which was
971971
generated by GNU Autoconf 2.53. Invocation command line was
972972

973973
$ $0 $@
@@ -18425,7 +18425,7 @@ _ASBOX
1842518425
} >&5
1842618426
cat >&5 <<_CSEOF
1842718427

18428-
This file was extended by PostgreSQL $as_me 7.5devel, which was
18428+
This file was extended by PostgreSQL $as_me 8.0devel, which was
1842918429
generated by GNU Autoconf 2.53. Invocation command line was
1843018430

1843118431
CONFIG_FILES = $CONFIG_FILES
@@ -18490,7 +18490,7 @@ _ACEOF
1849018490

1849118491
cat >>$CONFIG_STATUS <<_ACEOF
1849218492
ac_cs_version="\\
18493-
PostgreSQL config.status 7.5devel
18493+
PostgreSQL config.status 8.0devel
1849418494
configured by $0, generated by GNU Autoconf 2.53,
1849518495
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1849618496

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.370 2004/08/01 06:19:16 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.371 2004/08/04 21:33:35 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], [7.5devel], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgreSQL], [8.0devel], [pgsql-bugs@postgresql.org])
2121

2222
AC_PREREQ(2.53)
2323
AC_COPYRIGHT([Copyright 2003 PostgreSQL Global Development Group])

contrib/tsearch/README.tsearch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
==========================================================================
22
This module is deprecated in 7.4 version of PostgreSQL and will be
3-
obsoleted in 7.5. Please, use new tsearch2 contrib module.
3+
obsoleted in 8.0. Please, use new tsearch2 contrib module.
44
==========================================================================
55

66
Tsearch contrib module contains implementation of new data type txtidx -

contrib/tsearch2/README.tsearch2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tsearch2 - full text search extension for PostgreSQL
66

77
Notice: This version is fully incompatible with old tsearch (V1),
88
which is considered as deprecated in upcoming 7.4 release and
9-
obsoleted in 7.5.
9+
obsoleted in 8.0.
1010

1111
The Tsearch2 contrib module contains an implementation of a new data
1212
type tsvector - a searchable data type with indexed access. In a

contrib/tsearch2/docs/tsearch-V2-intro.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>Tsearch2 - Introduction</h2>
1616
maintaining the database with the tsearch2 module activated.</p>
1717
<p>Please, note, tsearch2 module is fully incompatible with old
1818
tsearch, which is deprecated in 7.4 and will be obsoleted in
19-
7.5.</p>
19+
8.0.</p>
2020
<h3>USING TSEARCH2 AND POSTGRESQL FOR A WEB BASED SEARCH
2121
ENGINE</h3>
2222
<p>This documentation is provided as a short guide on how to
@@ -119,7 +119,7 @@ <h3>INSTALLATION</h3>
119119
in this document for backup and restore.</p>
120120
<p>This patch is only needed for tsearch2 in PostgreSQL versions
121121
7.3.x and 7.4.x. The patch has been applied to the sources for
122-
7.5.x.</p>
122+
8.0.x.</p>
123123
<p>When you have your source tree for tsearch2 ready, you can
124124
continue with the regular building and installation process</p>
125125

@@ -155,7 +155,7 @@ <h3>INSTALLATION</h3>
155155
<p>NOTE: the previous version of tsearch found in the
156156
contrib/tsearch directory is depricated. Although it is still
157157
available and included within PostgreSQL version 7.4. It will be
158-
removed in version 7.5.</p>
158+
removed in version 8.0.</p>
159159
<h3>ADDING TSEARCH2 FUNCTIONALITY TO A DATABASE</h3>
160160
<p>We should create a database to use as an example for the
161161
remainder of this file. We can call the database "ftstest". You can
@@ -1063,7 +1063,7 @@ <h3>CURRENT BACKUP AND RESTORE PROCEDURES</h3>
10631063
no problems with any format after the patch is applied.</p>
10641064

10651065
<p>This restoration procedure should never be an issue with the
1066-
patch applied to version 7.5 of PostgreSQL. Only versions 7.3 and
1066+
patch applied to version 8.0 of PostgreSQL. Only versions 7.3 and
10671067
7.4 are affected. You can avoid any troubles by applying the patch
10681068
prior to installation, or running the SQL script provided to live
10691069
database before backup and restoring is done.</p>

doc/FAQ_SCO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.3
33
SCO UnixWare and OpenServer specific
44
to be read in conjunction with the installation instructions
55
============================================================
6-
last updated: $Date: 2004/05/20 04:19:26 $
6+
last updated: $Date: 2004/08/04 21:33:39 $
77

88
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
99
original author: Andrew Merrill (andrew@compclass.com)
1010

1111

12-
PostgreSQL 7.5 can be built on SCO UnixWare 7 and SCO OpenServer 5.
12+
PostgreSQL 8.0 can be built on SCO UnixWare 7 and SCO OpenServer 5.
1313
On OpenServer, you can use either the OpenServer Development Kit or
1414
the Universal Development Kit.
1515

doc/TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
#A dash (-) marks changes that will appear in the upcoming 7.5 release.#
3+
#A dash (-) marks changes that will appear in the upcoming 8.0 release.#
44

55
Bracketed items "[]" have more detail.
66

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-7.5): PostgreSQL-7.5
30+
PostgreSQL version (example: PostgreSQL-8.0): PostgreSQL-8.0
3131

3232
Compiler used (example: gcc 2.95.2) :
3333

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.215 2004/08/03 20:32:31 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.216 2004/08/04 21:33:40 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -2408,7 +2408,7 @@ cast(-44 as bit(12)) <lineannotation>111111010100</lineannotation>
24082408

24092409
<note>
24102410
<para>
2411-
Prior to <productname>PostgreSQL</productname> 7.5, casting an
2411+
Prior to <productname>PostgreSQL</productname> 8.0, casting an
24122412
integer to <type>bit(n)</> would copy the leftmost <literal>n</>
24132413
bits of the integer, whereas now it copies the rightmost <literal>n</>
24142414
bits. Also, casting an integer to a bit string width wider than

doc/src/sgml/ref/create_table_as.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.21 2004/03/09 16:57:47 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.22 2004/08/04 21:33:42 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -141,14 +141,14 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name
141141
</para>
142142

143143
<para>
144-
Prior to <productname>PostgreSQL</productname> 7.5, <command>CREATE
144+
Prior to <productname>PostgreSQL</productname> 8.0, <command>CREATE
145145
TABLE AS</command> always included OIDs in the table it
146146
produced. Furthermore, these OIDs were newly generated: they were
147147
distinct from the OIDs of any of the rows in the source tables of
148148
the <command>SELECT</command> or <command>EXECUTE</command>
149149
statement. Therefore, if <command>CREATE TABLE AS</command> was
150150
frequently executed, the OID counter would be rapidly
151-
incremented. As of <productname>PostgresSQL</productname> 7.5,
151+
incremented. As of <productname>PostgresSQL</productname> 8.0,
152152
the <command>CREATE TABLE AS</command> command allows the user to
153153
explicitely specify whether OIDs should be included. If the
154154
presence of OIDs is not explicitely specified,

doc/src/sgml/ref/select_into.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/select_into.sgml,v 1.28 2004/03/09 16:57:47 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/select_into.sgml,v 1.29 2004/08/04 21:33:42 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -94,13 +94,13 @@ SELECT [ ALL | DISTINCT [ ON ( <replaceable class="PARAMETER">expression</replac
9494
</para>
9595

9696
<para>
97-
Prior to <productname>PostgreSQL</> 7.5, the table created by
97+
Prior to <productname>PostgreSQL</> 8.0, the table created by
9898
<command>SELECT INTO</command> always included OIDs. Furthermore,
9999
these OIDs were newly generated: they were distinct from the OIDs
100100
of any of the rows in the source tables of the <command>SELECT
101101
INTO</command> statement. Therefore, if <command>SELECT
102102
INTO</command> was frequently executed, the OID counter would be
103-
rapidly incremented. As of <productname>PostgreSQL</> 7.5, the
103+
rapidly incremented. As of <productname>PostgreSQL</> 8.0, the
104104
inclusion of OIDs in the table created by <command>SELECT
105105
INTO</command> is controlled by the
106106
<xref linkend="guc-default-with-oids"> configuration variable. This

doc/src/sgml/release.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.276 2004/08/03 01:14:57 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.277 2004/08/04 21:33:40 tgl Exp $
33
-->
44

55
<appendix id="release">
66
<title>Release Notes</title>
77

88
<sect1 id="release-7-5">
9-
<title>Release 7.5</title>
9+
<title>Release 8.0</title>
1010

1111
<note>
1212
<title>Release date</title>
@@ -153,7 +153,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.276 2004/08/03 01:14:57 momjian
153153
</sect2>
154154

155155
<sect2>
156-
<title>Migration to version 7.5</title>
156+
<title>Migration to version 8.0</title>
157157

158158
<para>
159159
A dump/restore using <application>pg_dump</application> is
@@ -295,7 +295,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.276 2004/08/03 01:14:57 momjian
295295

296296
<para>
297297
Below you will find a detailed account of the changes between
298-
release 7.5 and the previous major release.
298+
release 8.0 and the previous major release.
299299
</para>
300300

301301
<sect3>
@@ -1011,7 +1011,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.276 2004/08/03 01:14:57 momjian
10111011

10121012
<listitem>
10131013
<para>
1014-
Warn of empty string being passes to oid/float4/float8 data types; 7.6
1014+
Warn of empty string being passed to oid/float4/float8 data types; 8.1
10151015
will throw an error instead (Neil)
10161016
</para>
10171017
</listitem>
@@ -3811,7 +3811,7 @@ DROP SCHEMA information_schema CASCADE;
38113811
turns out to have disabled rule-related permissions checks in many
38123812
not-so-corner cases. This would for example allow users to insert into views
38133813
they weren't supposed to have permission to insert into. We have therefore
3814-
reverted the 7.3.3 patch. The original bug will be fixed in 7.5.
3814+
reverted the 7.3.3 patch. The original bug will be fixed in 8.0.
38153815
</para></listitem>
38163816
<listitem><para>Repair incorrect order of operations in
38173817
GetNewTransactionId()</para>

src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.155 2004/08/04 16:25:02 tgl Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.156 2004/08/04 21:33:46 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -4588,7 +4588,7 @@ ReadCheckpointRecord(XLogRecPtr RecPtr,
45884588
* instead). We need to initialize the local copies of ThisTimeLineID and
45894589
* RedoRecPtr.
45904590
*
4591-
* Note: before Postgres 7.5, we went to some effort to keep the postmaster
4591+
* Note: before Postgres 8.0, we went to some effort to keep the postmaster
45924592
* process's copies of ThisTimeLineID and RedoRecPtr valid too. This was
45934593
* unnecessary however, since the postmaster itself never touches XLOG anyway.
45944594
*/

src/backend/catalog/catalog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.54 2004/06/21 04:06:05 tgl Exp $
12+
* $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.55 2004/08/04 21:33:47 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -199,7 +199,7 @@ IsToastNamespace(Oid namespaceId)
199199
* True iff name starts with the pg_ prefix.
200200
*
201201
* For some classes of objects, the prefix pg_ is reserved for
202-
* system objects only. As of 7.5, this is only true for
202+
* system objects only. As of 8.0, this is only true for
203203
* schema and tablespace names.
204204
*/
205205
bool

src/backend/commands/indexcmds.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/src/backend/commands/indexcmds.c,v 1.122 2004/06/18 06:13:23 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.123 2004/08/04 21:33:48 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -539,7 +539,7 @@ GetIndexOpClass(List *opclass, Oid attrType,
539539
* too for awhile. I'm starting to think we need a better approach.
540540
* tgl 2000/10/01
541541
*
542-
* Release 7.5 removes bigbox_ops (which was dead code for a long while
542+
* Release 8.0 removes bigbox_ops (which was dead code for a long while
543543
* anyway). tgl 2003/11/11
544544
*/
545545
if (list_length(opclass) == 1)

src/backend/libpq/be-fsstubs.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/src/backend/libpq/be-fsstubs.c,v 1.71 2004/07/28 14:23:28 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/libpq/be-fsstubs.c,v 1.72 2004/08/04 21:33:49 tgl Exp $
1212
*
1313
* NOTES
1414
* This should be moved to a more appropriate place. It is here
@@ -27,7 +27,7 @@
2727
* existing documented semantics of LO FDs: they're only good within a
2828
* transaction.
2929
*
30-
* As of PostgreSQL 7.5, much of the angst expressed above is no longer
30+
* As of PostgreSQL 8.0, much of the angst expressed above is no longer
3131
* relevant, and in fact it'd be pretty easy to allow LO FDs to stay
3232
* open across transactions. However backwards compatibility suggests
3333
* that we should stick to the status quo.

src/backend/nodes/list.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.59 2004/06/01 06:02:12 tgl Exp $
12+
* $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.60 2004/08/04 21:33:51 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -251,7 +251,7 @@ lappend_cell_oid(List *list, ListCell *prev, Oid datum)
251251
* value, rather than continuing to use the pointer passed as the
252252
* second argument.
253253
*
254-
* Caution: before Postgres 7.5, the original List was unmodified and
254+
* Caution: before Postgres 8.0, the original List was unmodified and
255255
* could be considered to retain its separate identity. This is no longer
256256
* the case.
257257
*/

src/backend/optimizer/path/costsize.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* Portions Copyright (c) 1994, Regents of the University of California
5050
*
5151
* IDENTIFICATION
52-
* $PostgreSQL: pgsql/src/backend/optimizer/path/costsize.c,v 1.131 2004/06/10 21:02:00 tgl Exp $
52+
* $PostgreSQL: pgsql/src/backend/optimizer/path/costsize.c,v 1.132 2004/08/04 21:33:54 tgl Exp $
5353
*
5454
*-------------------------------------------------------------------------
5555
*/
@@ -238,7 +238,7 @@ cost_nonsequential_access(double relpages)
238238
* tuples, but they won't reduce the number of tuples we have to fetch from
239239
* the table, so they don't reduce the scan cost.
240240
*
241-
* NOTE: as of 7.5, indexQuals is a list of RestrictInfo nodes, where formerly
241+
* NOTE: as of 8.0, indexQuals is a list of RestrictInfo nodes, where formerly
242242
* it was a list of bare clause expressions.
243243
*/
244244
void

0 commit comments

Comments
 (0)