Remove include of libpq-fe.h. This file has nothing to do with libpq.
authorbryanh <bryanh>
Mon, 9 Dec 1996 01:24:53 +0000 (01:24 +0000)
committerbryanh <bryanh>
Mon, 9 Dec 1996 01:24:53 +0000 (01:24 +0000)
src/test/regress/regress.c

index 3c09ff8a4b5ae4dd4731847d72286714d5f1c139..91d7ecc1dcb9e992a468a550f48feee7c72bcde8 100644 (file)
@@ -7,7 +7,6 @@
 #include <string.h>   /* for memset() */
 
 #include <postgres.h>
-#include "libpq-fe.h"
 
 #include "utils/geo-decls.h"   /* includes <math.h> */
 #include "executor/executor.h"  /* For GetAttributeByName */
@@ -17,6 +16,8 @@
 #define RDELIM         ')'
 #define        DELIM           ','
 
+typedef void *TUPLE;
+
 extern double *regress_dist_ptpath (Point *pt, PATH *path);
 extern double *regress_path_dist (PATH *p1, PATH *p2);
 extern PATH *poly2path (POLYGON *poly);