pgsql: Remove ipcclean utility command --- didn't work on all Unixes and

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove ipcclean utility command --- didn't work on all Unixes and
Date: 2008-03-27 17:24:16
Message-ID: 20080327172416.8FEC67558E7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove ipcclean utility command --- didn't work on all Unixes and on
Windows. Users should use their operating system tools instead.

Modified Files:
--------------
pgsql/doc/src/sgml:
reference.sgml (r1.65 -> r1.66)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/reference.sgml?r1=1.65&r2=1.66)
pgsql/doc/src/sgml/ref:
allfiles.sgml (r1.72 -> r1.73)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/allfiles.sgml?r1=1.72&r2=1.73)
pgsql/src/backend/utils/init:
miscinit.c (r1.166 -> r1.167)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/miscinit.c?r1=1.166&r2=1.167)
pgsql/src/bin:
Makefile (r1.52 -> r1.53)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/Makefile?r1=1.52&r2=1.53)

Removed Files:
-------------
pgsql/doc/src/sgml/ref:
ipcclean.sgml
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/ipcclean.sgml)
pgsql/src/bin/ipcclean:
Makefile
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/ipcclean/Makefile)
ipcclean.sh
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/ipcclean/ipcclean.sh)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-03-27 19:06:15 pgsql: When we have successfully optimized a MIN or MAX aggregate into
Previous Message Michael Meskes 2008-03-27 08:40:02 pgsql: Sorry, copied wrong files.