1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-25 13:17:41 +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

@@ -7,14 +7,13 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: typecmds.h,v 1.3 2003/01/06 00:31:44 tgl Exp $
* $Id: typecmds.h,v 1.4 2003/01/09 18:00:24 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef TYPECMDS_H
#define TYPECMDS_H
#include "miscadmin.h"
#include "nodes/parsenodes.h"