]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Another batch ...
authorMarc G. Fournier <scrappy@hub.org>
Fri, 30 Jul 1999 18:52:56 +0000 (18:52 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 30 Jul 1999 18:52:56 +0000 (18:52 +0000)
src/include/catalog/catalog.h
src/include/catalog/heap.h
src/include/catalog/pg_proc.h
src/include/commands/command.h
src/include/commands/dbcommands.h
src/include/commands/defrem.h
src/include/commands/explain.h
src/include/commands/proclang.h
src/include/commands/user.h

index 1ef299580f1cad19b970ed11c1ca0ab68a45c3a7..2a0e6642a298c999bb6446c1d8ce6e3de265aa8a 100644 (file)
@@ -6,14 +6,14 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catalog.h,v 1.7 1999/02/13 23:21:01 momjian Exp $
+ * $Id: catalog.h,v 1.7.2.1 1999/07/30 18:52:53 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef CATALOG_H
 #define CATALOG_H
 
-#include <access/tupdesc.h>
+#include "access/tupdesc.h"
 
 extern char *relpath(char *relname);
 extern bool IsSystemRelationName(char *relname);
index f10340a2a4ff422a8c5d0318f6cc071848b2e953..eb89eb46f5e34677ecf764909d304f8d44ec3a39 100644 (file)
@@ -6,14 +6,14 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: heap.h,v 1.19 1999/05/25 16:13:39 momjian Exp $
+ * $Id: heap.h,v 1.19.2.1 1999/07/30 18:52:53 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef HEAP_H
 #define HEAP_H
 
-#include <utils/rel.h>
+#include "utils/rel.h"
 
 extern Oid     RelnameFindRelid(char *relname);
 extern Relation heap_create(char *relname, TupleDesc att,
index 292f8fac389c025c5f633c6d11602458ab50ef51..035be04a79a3d74ace52e1fdecc3bf12d86d6633 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_proc.h,v 1.99 1999/05/25 16:13:47 momjian Exp $
+ * $Id: pg_proc.h,v 1.99.2.1 1999/07/30 18:52:53 scrappy Exp $
  *
  * NOTES
  *       The script catalog/genbki.sh reads this file and generates .bki
@@ -22,7 +22,7 @@
 #ifndef PG_PROC_H
 #define PG_PROC_H
 
-#include <tcop/dest.h>
+#include "tcop/dest.h"
 
 /* ----------------
  *             postgres.h contains the system type definintions and the
index 207ee4da42936eef7777fc7e574246490056ddd8..db846223f034644c50e779284f1b8d78276ef370 100644 (file)
@@ -6,14 +6,14 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: command.h,v 1.14 1999/05/25 22:42:41 momjian Exp $
+ * $Id: command.h,v 1.14.2.1 1999/07/30 18:52:55 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef COMMAND_H
 #define COMMAND_H
 
-#include <utils/portal.h>
+#include "utils/portal.h"
 
 extern MemoryContext PortalExecutorHeapMemory;
 
index 48cec93bd75051afa1f562990272c4e03f0a5b60..3e0ab5f64fe777287d2bcf58c773982bc9400834 100644 (file)
@@ -6,13 +6,16 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dbcommands.h,v 1.8 1999/03/16 03:24:18 momjian Exp $
+ * $Id: dbcommands.h,v 1.8.2.1 1999/07/30 18:52:55 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef DBCOMMANDS_H
 #define DBCOMMANDS_H
 
+#include <signal.h>
+#include "tcop/dest.h"
+
 /*
  * Originally from tmp/daemon.h. The functions declared in daemon.h does not
  * exist; hence removed.               -- AY 7/29/94
index 5932ab43a2210c51e9715dae9cae12337fd58ffe..315b52dd356df85ae6158f3c21bbf02cef21500e 100644 (file)
@@ -6,15 +6,15 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: defrem.h,v 1.15 1999/02/13 23:21:18 momjian Exp $
+ * $Id: defrem.h,v 1.15.2.1 1999/07/30 18:52:56 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef DEFREM_H
 #define DEFREM_H
 
-#include <tcop/dest.h>
-#include <nodes/parsenodes.h>
+#include "nodes/parsenodes.h"
+#include "tcop/dest.h"
 
 /*
  * prototypes in defind.c
index 27a7a47d2c0de320043d7eff82df812396b362b8..fa819486f25474369e1baefea5bd0d3830145a22 100644 (file)
@@ -5,15 +5,15 @@
  *
  * Copyright (c) 1994-5, Regents of the University of California
  *
- * $Id: explain.h,v 1.8 1999/02/13 23:21:19 momjian Exp $
+ * $Id: explain.h,v 1.8.2.1 1999/07/30 18:52:56 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef EXPLAIN_H
 #define EXPLAIN_H
 
-#include "tcop/dest.h"
 #include "nodes/parsenodes.h"
+#include "tcop/dest.h"
 
 extern void ExplainQuery(Query *query, bool verbose, CommandDest dest);
 
index f39a6498fb0cd0ec297171593258bb14eb1758c9..42276055e6c7d59ca6b5ceaa621a6c588cfa997f 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef PROCLANG_H
 #define PROCLANG_H
 
-#include <nodes/parsenodes.h>
+#include "nodes/parsenodes.h"
 
 extern void CreateProceduralLanguage(CreatePLangStmt *stmt);
 extern void DropProceduralLanguage(DropPLangStmt *stmt);
index edf836e5bb7eea11d697c7a69544f1205917e24d..3830c110458a742b462acbc45cb6276fd799ba5d 100644 (file)
@@ -10,6 +10,9 @@
 #ifndef USER_H
 #define USER_H
 
+#include "nodes/parsenodes.h"
+#include "tcop/dest.h"
+
 extern void DefineUser(CreateUserStmt *stmt, CommandDest);
 extern void AlterUser(AlterUserStmt *stmt, CommandDest);
 extern void RemoveUser(char *user, CommandDest);