Commit b95c05c9 authored by Bruce Momjian's avatar Bruce Momjian

Fix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually done in previous commit.)

parent 24262be5
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* Copyright (c) 2001-2003, PostgreSQL Global Development Group * 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 #ifndef PGSTAT_H
...@@ -69,8 +69,7 @@ ...@@ -69,8 +69,7 @@
/* ---------- /* ----------
* The initial size hints for the hash tables used in the * The initial size hints for the hash tables used in the collector.
* collector.
* ---------- * ----------
*/ */
#define PGSTAT_DB_HASH_SIZE 16 #define PGSTAT_DB_HASH_SIZE 16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment