Please apply the attached patch to interfaces/libpq/libpq-fe.h. This would
authorBruce Momjian <bruce@momjian.us>
Thu, 23 Mar 2000 15:00:11 +0000 (15:00 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 23 Mar 2000 15:00:11 +0000 (15:00 +0000)
allow to write applications which do not have a link to postgres_ext.h in
their source directory.

Andreas Kardos

src/interfaces/libpq/libpq-fe.h

index fcd8e7819e7e964193f443373db224b16549a9f4..1de1592ecc37e225156b2cd03f9978cd1f8c3eeb 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fe.h,v 1.61 2000/03/11 03:08:37 tgl Exp $
+ * $Id: libpq-fe.h,v 1.62 2000/03/23 15:00:11 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -24,7 +24,7 @@ extern        "C"
 /* postgres_ext.h defines the backend's externally visible types,
  * such as Oid.
  */
-#include "postgres_ext.h"
+#include <postgres_ext.h>
 
 /* Application-visible enum types */