*
* 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:
*
* 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) ();
#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'"
* 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 $
*
*-------------------------------------------------------------------------
*/
#include <netinet/in.h>
-#include "libpq/libpq-be.h"
-
+#include "libpq/pqcomm.h"
#define CONF_FILE "pg_hba.conf"
/* Name of the config file */
*
* 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"
*
* 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 $
*
*-------------------------------------------------------------------------
*/
#include "libpq/libpq-be.h"
#include "tcop/dest.h"
-
+#include "utils/exc.h"
/* ----------------
* PQArgBlock