File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.3 1996/11/12 11:09:13 bryanh Exp $
2
+ * $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.4 1996/12/09 01:24:53 bryanh Exp $
3
3
*/
4
4
5
5
#include <float.h> /* faked on sunos */
6
6
#include <stdio.h>
7
7
#include <string.h> /* for memset() */
8
8
9
9
#include <postgres.h>
10
- #include "libpq-fe.h"
11
10
12
11
#include "utils/geo-decls.h" /* includes <math.h> */
13
12
#include "executor/executor.h" /* For GetAttributeByName */
17
16
#define RDELIM ')'
18
17
#define DELIM ','
19
18
19
+ typedef void * TUPLE ;
20
+
20
21
extern double * regress_dist_ptpath (Point * pt , PATH * path );
21
22
extern double * regress_path_dist (PATH * p1 , PATH * p2 );
22
23
extern PATH * poly2path (POLYGON * poly );
You can’t perform that action at this time.
0 commit comments