We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79729c0 commit 33edbdbCopy full SHA for 33edbdb
src/test/regress/regress.c
@@ -1,13 +1,12 @@
1
/*
2
- * $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.3 1996/11/12 11:09:13 bryanh Exp $
+ * $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.4 1996/12/09 01:24:53 bryanh Exp $
3
*/
4
5
#include <float.h> /* faked on sunos */
6
#include <stdio.h>
7
#include <string.h> /* for memset() */
8
9
#include <postgres.h>
10
-#include "libpq-fe.h"
11
12
#include "utils/geo-decls.h" /* includes <math.h> */
13
#include "executor/executor.h" /* For GetAttributeByName */
@@ -17,6 +16,8 @@
17
16
#define RDELIM ')'
18
#define DELIM ','
19
+typedef void *TUPLE;
20
+
21
extern double *regress_dist_ptpath (Point *pt, PATH *path);
22
extern double *regress_path_dist (PATH *p1, PATH *p2);
23
extern PATH *poly2path (POLYGON *poly);
0 commit comments