diff options
Diffstat (limited to 'src/include/storage/buf.h')
-rw-r--r-- | src/include/storage/buf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/buf.h b/src/include/storage/buf.h index 4fc9985b2b1..9e095e97e55 100644 --- a/src/include/storage/buf.h +++ b/src/include/storage/buf.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/buf.h,v 1.16 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/buf.h,v 1.17 2004/04/25 23:50:58 neilc Exp $ * *------------------------------------------------------------------------- */ @@ -32,7 +32,7 @@ typedef int Buffer; /* * BufferIsLocal - * True iff the buffer is local (not visible to other servers). + * True iff the buffer is local (not visible to other backends). */ #define BufferIsLocal(buffer) ((buffer) < 0) |