summaryrefslogtreecommitdiff
path: root/src/include/storage/buf_internals.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-07-20 16:57:18 +0000
committerBruce Momjian <bruce@momjian.us>1998-07-20 16:57:18 +0000
commit0da6358f373c2736626b4189a3e7e413e107b9a0 (patch)
tree686ef135cf4f3cb094b833f1d754e95e4e7766fd /src/include/storage/buf_internals.h
parent34797d42253d488423b7a86a4a8335786b65cb59 (diff)
downloadpostgresql-0da6358f373c2736626b4189a3e7e413e107b9a0.tar.gz
Cleanup use of 16 that should be NAMEDATALEN.
Diffstat (limited to 'src/include/storage/buf_internals.h')
-rw-r--r--src/include/storage/buf_internals.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h
index ab4a6f288d..0a419784f1 100644
--- a/src/include/storage/buf_internals.h
+++ b/src/include/storage/buf_internals.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: buf_internals.h,v 1.23 1998/07/13 16:34:55 momjian Exp $
+ * $Id: buf_internals.h,v 1.24 1998/07/20 16:57:10 momjian Exp $
*
* NOTE
* If BUFFERPAGE0 is defined, then 0 will be used as a
@@ -87,15 +87,6 @@ struct buftag
#define INVALID_DESCRIPTOR (-3)
/*
- * bletch hack -- anyplace that we declare space for relation or
- * database names, we just use '16', not a symbolic constant, to
- * specify their lengths. BM_NAMESIZE is the length of these names,
- * and is used in the buffer manager code. somebody with lots of
- * spare time should do this for all the other modules, too.
- */
-#define BM_NAMESIZE 16
-
-/*
* struct sbufdesc -- shared buffer cache metadata for a single
* shared buffer descriptor.
*