1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Move new typedef AclId into c.h, so as to avoid cluttering namespace

by having to include miscadmin.h into other header files.
This commit is contained in:
Tom Lane
2003-01-09 18:00:24 +00:00
parent 9df2c44032
commit 83b06823f6
7 changed files with 14 additions and 21 deletions

View File

@ -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.