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 11/*
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 $
33 */
44
55#include <float.h> /* faked on sunos */
66#include <stdio.h>
77#include <string.h> /* for memset() */
88
99#include <postgres.h>
10- #include "libpq-fe.h"
1110
1211#include "utils/geo-decls.h" /* includes <math.h> */
1312#include "executor/executor.h" /* For GetAttributeByName */
1716#define RDELIM ')'
1817#define DELIM ','
1918
19+ typedef void * TUPLE ;
20+
2021extern double * regress_dist_ptpath (Point * pt , PATH * path );
2122extern double * regress_path_dist (PATH * p1 , PATH * p2 );
2223extern PATH * poly2path (POLYGON * poly );
You can’t perform that action at this time.
0 commit comments