*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.133 2001/05/14 21:53:16 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.134 2001/05/14 22:06:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "catalog/pg_relcheck.h"
#include "catalog/pg_rewrite.h"
#include "catalog/pg_type.h"
-#include "catalog/pg_variable.h"
#include "commands/trigger.h"
#include "lib/hasht.h"
#include "miscadmin.h"
fixrdesc(TypeRelationName);
/*
- * We don't bother to update the entries for pg_variable or
- * pg_log.
+ * We don't bother to update the entries for pg_log.
*/
}
}
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufpage.h,v 1.41 2001/03/22 04:01:05 momjian Exp $
+ * $Id: bufpage.h,v 1.42 2001/05/14 22:06:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/
* obviously, a page is not formatted before it is initialized with by
* a call to PageInit.
*
- * the contents of the special pg_variable/pg_time/pg_log tables are
- * raw disk blocks with special formats. these are the only "access
- * methods" that need not write disk pages.
+ * The contents of the special pg_log tables are raw disk blocks with
+ * special formats. these are the only "access methods" that need not
+ * write disk pages.
*
* NOTES:
*