diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-09-20 03:53:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-09-20 03:53:55 +0000 |
commit | 229eebd5596fd3a2c77458eefab2fc220bbd7f50 (patch) | |
tree | 55768ce20195ceaa4aaaa7a38e7a3853ec607621 | |
parent | 07a6fa9df1dbb7a1d6466fdc833983bcd0d616eb (diff) | |
download | postgresql-229eebd5596fd3a2c77458eefab2fc220bbd7f50.tar.gz postgresql-229eebd5596fd3a2c77458eefab2fc220bbd7f50.zip |
This patch fixes two typos in src/backend/storage/ipc/README.
Neil Conway
-rw-r--r-- | src/backend/storage/ipc/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/storage/ipc/README b/src/backend/storage/ipc/README index 02d66045f82..857e9cd833d 100644 --- a/src/backend/storage/ipc/README +++ b/src/backend/storage/ipc/README @@ -1,4 +1,4 @@ -$Header: /cvsroot/pgsql/src/backend/storage/ipc/README,v 1.1.1.1 1996/07/09 06:21:54 scrappy Exp $ +$Header: /cvsroot/pgsql/src/backend/storage/ipc/README,v 1.2 2002/09/20 03:53:55 momjian Exp $ Mon Jul 18 11:09:22 PDT 1988 W.KLAS Cache invalidation synchronization routines: @@ -25,7 +25,7 @@ for this special 'relation' are database id = 0 and relation id = 0. The current implementation prints regular (e)log information when a message has been removed from the buffer because the buffer is full, and a backend has to reset its cache state. The elog level -is NOTICE. This can be used to improve teh behavior of backends -when invalidating or reseting their cache state. +is NOTICE. This can be used to improve the behavior of backends +when invalidating or resetting their cache state. |