aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1999-11-28 02:17:43 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1999-11-28 02:17:43 +0000
commitfb55fa04786a759befb356e404b29a25c72d0f8a (patch)
tree6cbb17d86bff30d12234f6682bb9b4b843575820 /doc/src
parentaa903cf07c80093dde1c7b19187911e7ada094b8 (diff)
downloadpostgresql-fb55fa04786a759befb356e404b29a25c72d0f8a.tar.gz
postgresql-fb55fa04786a759befb356e404b29a25c72d0f8a.zip
Remove obsolete note about pg_vlock lock file.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/vacuum.sgml12
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml
index 87666f47276..e7761397a0f 100644
--- a/doc/src/sgml/ref/vacuum.sgml
+++ b/doc/src/sgml/ref/vacuum.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.5 1999/07/22 15:09:15 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.6 1999/11/28 02:17:04 tgl Exp $
Postgres documentation
-->
@@ -184,16 +184,6 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
recent changes, and allow the <productname>Postgres</productname>
query optimizer to make better choices in planning user queries.
</para>
- <para>
- If the server crashes during a <command>VACUUM</command> command,
- chances are it will leave a lock file hanging around.
- Attempts to re-run the <command>VACUUM</command> command
- result in an error message about the creation of a lock file. If you
- are sure <command>VACUUM</command> is not running,
- remove the <filename>pg_vlock</filename> file in your
- database directory
- (i.e. <filename><envar>PGDATA</envar>/base/dbname/pg_vlock</filename>).
- </para>
</refsect2>
</refsect1>