We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent07a6fa9 commit229eebdCopy full SHA for 229eebd
src/backend/storage/ipc/README
@@ -1,4 +1,4 @@
1
-$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 $
2
Mon Jul 18 11:09:22 PDT 1988 W.KLAS
3
4
Cache invalidation synchronization routines:
@@ -25,7 +25,7 @@ for this special 'relation' are database id = 0 and relation id = 0.
25
The current implementation prints regular (e)log information
26
when a message has been removed from the buffer because the buffer
27
is full, and a backend has to reset its cache state. The elog level
28
-is NOTICE. This can be used to improveteh behavior of backends
29
-when invalidating orreseting their cache state.
+is NOTICE. This can be used to improvethe behavior of backends
+when invalidating orresetting their cache state.
30
31