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

Commit 7e1d820

Browse files
committed
pg_upgrade doesn't live here anymore. Remove dangling references.
1 parent a73517c commit 7e1d820

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

doc/src/sgml/ref/allfiles.sgml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.31 2001/12/08 03:24:33 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.32 2002/01/15 05:05:49 tgl Exp $
33
PostgreSQL documentation
44
Complete list of usable sgml source files in this directory.
55
-->
@@ -126,7 +126,6 @@ Complete list of usable sgml source files in this directory.
126126
<!entity pgRestore system "pg_restore.sgml">
127127
<!entity pgTclSh system "pgtclsh.sgml">
128128
<!entity pgTkSh system "pgtksh.sgml">
129-
<!entity pgUpgrade system "pg_upgrade.sgml">
130129
<!entity postgres system "postgres-ref.sgml">
131130
<!entity postmaster system "postmaster.sgml">
132131
<!entity psqlRef system "psql-ref.sgml">

doc/src/sgml/reference.sgml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- reference.sgml
2-
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.19 2001/11/21 06:09:44 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.20 2002/01/15 05:05:49 tgl Exp $
33

44
PostgreSQL Reference Manual
55
-->
@@ -189,7 +189,6 @@ Disable this chapter until we have more functions documented.
189189
&ipcclean;
190190
&pgCtl;
191191
&pgPasswd;
192-
<!-- &pgUpgrade; -->
193192
&postgres;
194193
&postmaster;
195194

src/bin/pg_dump/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.31 2001/03/24 13:21:14 petere Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.32 2002/01/15 05:05:49 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -55,13 +55,12 @@ install: all installdirs
5555
$(INSTALL_PROGRAM) pg_dump$(X) $(DESTDIR)$(bindir)/pg_dump$(X)
5656
$(INSTALL_PROGRAM) pg_restore$(X) $(DESTDIR)$(bindir)/pg_restore$(X)
5757
$(INSTALL_SCRIPT) pg_dumpall $(DESTDIR)$(bindir)/pg_dumpall
58-
# $(INSTALL_SCRIPT) $(srcdir)/pg_upgrade $(DESTDIR)$(bindir)/pg_upgrade
5958

6059
installdirs:
6160
$(mkinstalldirs) $(DESTDIR)$(bindir)
6261

6362
uninstall:
64-
rm -f $(addprefix $(DESTDIR)$(bindir)/, pg_dump$(X) pg_restore$(X) pg_dumpall pg_upgrade)
63+
rm -f $(addprefix $(DESTDIR)$(bindir)/, pg_dump$(X) pg_restore$(X) pg_dumpall)
6564

6665
depend dep:
6766
$(CC) -MM $(CFLAGS) *.c >depend

0 commit comments

Comments
 (0)