OSDN Git Service

Fix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually done in previous commit.)
authorBruce Momjian <bruce@momjian.us>
Tue, 2 Mar 2004 18:37:52 +0000 (18:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 2 Mar 2004 18:37:52 +0000 (18:37 +0000)
src/include/pgstat.h

index a5402ce..08e635a 100644 (file)
@@ -5,7 +5,7 @@
  *
  *     Copyright (c) 2001-2003, PostgreSQL Global Development Group
  *
- *     $PostgreSQL: pgsql/src/include/pgstat.h,v 1.19 2004/03/02 18:35:58 momjian Exp $
+ *     $PostgreSQL: pgsql/src/include/pgstat.h,v 1.20 2004/03/02 18:37:52 momjian Exp $
  * ----------
  */
 #ifndef PGSTAT_H
@@ -69,8 +69,7 @@
 
 
 /* ----------
- * The initial size hints for the hash tables used in the
- * collector.
+ * The initial size hints for the hash tables used in the collector.
  * ----------
  */
 #define PGSTAT_DB_HASH_SIZE            16