diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-07-27 17:10:07 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-07-27 17:10:07 +0000 |
commit | e8db9b26d03b9e58a30eb26ec2ee21c92293d3a2 (patch) | |
tree | c2adf83074db369ea5211b06e5181ebabf1a61d8 /src/include/storage/buf_internals.h | |
parent | aeea73d4eceb9b33ff16a69c77bd923a0394a6d0 (diff) |
elog mop-up.
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) |