diff options
Diffstat (limited to 'src/include/storage/buf_internals.h')
-rw-r--r-- | src/include/storage/buf_internals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index 7a0407ffbfe..47a1e06fa24 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: buf_internals.h,v 1.59 2002/09/04 20:31:45 momjian Exp $ + * $Id: buf_internals.h,v 1.60 2003/07/27 17:10:07 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -111,7 +111,7 @@ typedef struct sbufdesc * Each backend has its own BufferLocks[] array holding flag bits * showing what locks it has set on each buffer. * - * We have to free these locks in elog(ERROR)... + * We have to free these locks during ereport(ERROR)... */ #define BL_IO_IN_PROGRESS (1 << 0) /* unimplemented */ #define BL_PIN_COUNT_LOCK (1 << 1) |