aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_class_mb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_class_mb.h')
-rw-r--r--src/include/catalog/pg_class_mb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_class_mb.h b/src/include/catalog/pg_class_mb.h
index 5135e4403aa..0e98acf42e1 100644
--- a/src/include/catalog/pg_class_mb.h
+++ b/src/include/catalog/pg_class_mb.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_class_mb.h,v 1.2 1998/08/06 05:13:07 momjian Exp $
+ * $Id: pg_class_mb.h,v 1.3 1998/08/11 18:28:44 momjian Exp $
*
* NOTES
* ``pg_relation'' is being replaced by ``pg_class''. currently
@@ -54,7 +54,7 @@ CATALOG(pg_class) BOOTSTRAP
{
NameData relname;
Oid reltype;
- Oid relowner;
+ int4 relowner;
Oid relam;
int4 relpages;
int4 reltuples;