Skip to content

Commit 39627b1

Browse files
committed
Remove ipcclean utility command --- didn't work on all Unixes and on
Windows. Users should use their operating system tools instead.
1 parent fe11719 commit 39627b1

File tree

7 files changed

+6
-227
lines changed

7 files changed

+6
-227
lines changed

doc/src/sgml/ref/allfiles.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.72 2007/08/21 21:08:47 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.73 2008/03/27 17:24:16 momjian Exp $
33
PostgreSQL documentation
44
Complete list of usable sgml source files in this directory.
55
-->
@@ -145,7 +145,6 @@ Complete list of usable sgml source files in this directory.
145145
<!entity dropuser system "dropuser.sgml">
146146
<!entity ecpgRef system "ecpg-ref.sgml">
147147
<!entity initdb system "initdb.sgml">
148-
<!entity ipcclean system "ipcclean.sgml">
149148
<!entity pgConfig system "pg_config-ref.sgml">
150149
<!entity pgControldata system "pg_controldata.sgml">
151150
<!entity pgCtl system "pg_ctl-ref.sgml">

doc/src/sgml/ref/ipcclean.sgml

Lines changed: 0 additions & 70 deletions
This file was deleted.

doc/src/sgml/reference.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.65 2007/08/21 21:08:47 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.66 2008/03/27 17:24:16 momjian Exp $ -->
22

33
<part id="reference">
44
<title>Reference</title>
@@ -211,7 +211,6 @@
211211
</partintro>
212212

213213
&initdb;
214-
&ipcclean;
215214
&pgControldata;
216215
&pgCtl;
217216
&pgResetxlog;

src/backend/utils/init/miscinit.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.166 2008/01/03 21:23:15 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.167 2008/03/27 17:24:16 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -841,8 +841,7 @@ CreateLockFile(const char *filename, bool amPostmaster,
841841
id1, id2),
842842
errhint("If you're sure there are no old "
843843
"server processes still running, remove "
844-
"the shared memory block with "
845-
"the command \"ipcclean\", \"ipcrm\", "
844+
"the shared memory block "
846845
"or just delete the file \"%s\".",
847846
filename)));
848847
}

src/bin/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/bin/Makefile,v 1.52 2008/03/18 16:24:50 petere Exp $
8+
# $PostgreSQL: pgsql/src/bin/Makefile,v 1.53 2008/03/27 17:24:16 momjian Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

1212
subdir = src/bin
1313
top_builddir = ../..
1414
include $(top_builddir)/src/Makefile.global
1515

16-
DIRS = initdb ipcclean pg_ctl pg_dump \
16+
DIRS = initdb pg_ctl pg_dump \
1717
psql scripts pg_config pg_controldata pg_resetxlog
1818
ifeq ($(PORTNAME), win32)
1919
DIRS+=pgevent

src/bin/ipcclean/Makefile

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/bin/ipcclean/ipcclean.sh

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)