From 52f1b2f3b6c8e6f8b04abb2beba264b23f9eeb83 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 30 Apr 1999 02:04:51 +0000 Subject: Prevent priority inversion in locking by checking for existing locks before going into queue behind person with higher piority. --- doc/src/sgml/install.sgml | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml index aa62649aa56..eeb747df773 100644 --- a/doc/src/sgml/install.sgml +++ b/doc/src/sgml/install.sgml @@ -4,7 +4,7 @@ Complete installation instructions for -Postgres v6.4. +Postgres v6.5. @@ -167,8 +167,8 @@ remaining steps in the installation will happen in this account. Ftp file - - ftp://ftp.postgresql.org/pub/postgresql-v6.4.tar.gz + + ftp://ftp.postgresql.org/pub/postgresql-v6.5.tar.gz from the Internet. Store it in your home directory. @@ -268,7 +268,7 @@ from the new distribution: $ cd -$ gunzip -c postgresql-v6.4.tar.gz \ +$ gunzip -c postgresql-v6.5.tar.gz \ | tar xvf - src/bin/pg_dump/pg_dumpall $ chmod a+x src/bin/pg_dump/pg_dumpall $ src/bin/pg_dump/pg_dumpall -z > db.out @@ -411,7 +411,7 @@ $ exit Unzip and untar the new source file. Type $ cd /usr/src/pgsql -$ gunzip -c ~/postgresql-v6.4.tar.gz | tar xvf - +$ gunzip -c ~/postgresql-v6.5.tar.gz | tar xvf - @@ -989,17 +989,7 @@ For example, For a i686/Linux-ELF platform, no tests failed since this is the - v6.4 regression testing reference platform. - - - - - - For the SPARC/Linux-ELF platform, using the 970525 beta version of - Postgres v6.2 the following tests "failed": - float8 and geometry "failed" due to minor precision differences in - floating point numbers. select_views produces massively different output, - but the differences are due to minor floating point differences. + v6.5 regression testing reference platform. @@ -1109,11 +1099,11 @@ VACUUM; Clean up after yourself. Type -$ rm -rf /usr/src/pgsql_6_0 -$ rm -rf /usr/local/pgsql_6_0 +$ rm -rf /usr/src/pgsql_6_5 +$ rm -rf /usr/local/pgsql_6_5 # Also delete old database directory tree if it is not in -# /usr/local/pgsql_6_0/data -$ rm ~/postgresql-v6.2.1.tar.gz +# /usr/local/pgsql_6_5/data +$ rm ~/postgresql-v6.5.tar.gz @@ -1160,7 +1150,7 @@ $ lpr -l -s -r manpage.hp -The version of Postgres (v6.4, 6.3.2, beta 981014, etc.). +The version of Postgres (v6.5, 6.4.2, beta 981014, etc.). -- cgit v1.2.3