diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-09 18:00:24 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-09 18:00:24 +0000 |
| commit | 83b06823f63aefa40736c1797890d13c043f352d (patch) | |
| tree | 0fa78d87d8f12cd9218c3982dab5eea7563846e2 /src/include/pgstat.h | |
| parent | 9df2c440326cf5ebfe485af4e76938c12faa220d (diff) | |
| download | postgresql-83b06823f63aefa40736c1797890d13c043f352d.tar.gz | |
Move new typedef AclId into c.h, so as to avoid cluttering namespace
by having to include miscadmin.h into other header files.
Diffstat (limited to 'src/include/pgstat.h')
| -rw-r--r-- | src/include/pgstat.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h index 59e6a29f2b..6dcdcb1ecb 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -5,14 +5,12 @@ * * Copyright (c) 2001, PostgreSQL Global Development Group * - * $Id: pgstat.h,v 1.11 2002/12/05 04:04:51 momjian Exp $ + * $Id: pgstat.h,v 1.12 2003/01/09 18:00:24 tgl Exp $ * ---------- */ #ifndef PGSTAT_H #define PGSTAT_H -#include "miscadmin.h" - /* ---------- * Paths for the statistics files. The %s is replaced with the * installations $PGDATA. |
