final one before weekend starts...more at end of weekend
authorMarc G. Fournier <[email protected]>
Fri, 30 Jul 1999 19:36:33 +0000 (19:36 +0000)
committerMarc G. Fournier <[email protected]>
Fri, 30 Jul 1999 19:36:33 +0000 (19:36 +0000)
src/include/executor/execdesc.h
src/include/lib/hasht.h
src/include/libpq/crypt.h
src/include/libpq/hba.h
src/include/libpq/libpq-be.h
src/include/libpq/libpq.h

index 0dba8ccabd1502544d58ac12ab2e35d5963a994c..605cbd9c8ccfc8a8d3e0085ec80a7a003141204f 100644 (file)
@@ -7,16 +7,16 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdesc.h,v 1.10 1999/02/13 23:21:23 momjian Exp $
+ * $Id: execdesc.h,v 1.10.2.1 1999/07/30 19:36:30 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef EXECDESC_H
 #define EXECDESC_H
 
-#include <tcop/dest.h>
-#include <nodes/plannodes.h>
-#include <nodes/parsenodes.h>
+#include "nodes/parsenodes.h"
+#include "nodes/plannodes.h"
+#include "tcop/dest.h"
 
 /* ----------------
  *     query descriptor:
index 3f56bf640cad84c27034c7c9007698745db4d307..8be021597a8447048b2035a66101da80f12de296 100644 (file)
@@ -7,14 +7,14 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hasht.h,v 1.7 1999/02/13 23:21:31 momjian Exp $
+ * $Id: hasht.h,v 1.7.2.1 1999/07/30 19:36:31 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef HASHT_H
 #define HASHT_H
 
-#include <utils/hsearch.h>
+#include "utils/hsearch.h"
 
 typedef void (*HashtFunc) ();
 
index d6023332be6db4bb818ce6ebe11b4e6139bf0ed2..7827b464081dd1b13c949d54ab4a5704dacebd0a 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef PG_CRYPT_H
 #define PG_CRYPT_H
 
-#include <libpq/libpq-be.h>
+#include "libpq/libpq-be.h"
 
 #define CRYPT_PWD_FILE "pg_pwd"
 #define CRYPT_PWD_FILE_SEPCHAR "'\\t'"
index ea603556c21b5b86d979f285270ec9b0f08fd04f..2fdcf8f932dfb9840fcb16f0adab5eacf8a540ae 100644 (file)
@@ -4,7 +4,7 @@
  *   Interface to hba.c
  *
  *
- * $Id: hba.h,v 1.13 1999/05/10 15:17:17 momjian Exp $
+ * $Id: hba.h,v 1.13.2.1 1999/07/30 19:36:33 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -13,8 +13,7 @@
 
 #include <netinet/in.h>
 
-#include "libpq/libpq-be.h"
-
+#include "libpq/pqcomm.h"
 
 #define CONF_FILE "pg_hba.conf"
  /* Name of the config file  */
index 7eda4e4e5720a57b6d3d410f981d3f5814792882..0b81b259392bb31488ba8589d1af690cf1feae55 100644 (file)
@@ -7,17 +7,15 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-be.h,v 1.14 1999/02/13 23:21:35 momjian Exp $
+ * $Id: libpq-be.h,v 1.14.2.1 1999/07/30 19:36:33 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef LIBPQ_BE_H
 #define LIBPQ_BE_H
 
-#include <stdio.h>
 #include <sys/types.h>
 
-#include "libpq/pqcomm.h"
 #include "libpq/hba.h"
 
 
index d9d1a9552362e988c1f90712ce72f6da5ef985d7..ef767a1203f9acf1d8378247a7b219ee28d1bbc9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq.h,v 1.31 1999/07/07 17:17:50 momjian Exp $
+ * $Id: libpq.h,v 1.31.2.1 1999/07/30 19:36:33 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -19,7 +19,7 @@
 
 #include "libpq/libpq-be.h"
 #include "tcop/dest.h"
-
+#include "utils/exc.h"
 
 /* ----------------
  * PQArgBlock