Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 33edbdb

Browse files
author
Bryan Henderson
committed
Remove include of libpq-fe.h. This file has nothing to do with libpq.
1 parent 79729c0 commit 33edbdb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/regress/regress.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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 */
@@ -17,6 +16,8 @@
1716
#define RDELIM ')'
1817
#define DELIM ','
1918

19+
typedef void *TUPLE;
20+
2021
extern double *regress_dist_ptpath (Point *pt, PATH *path);
2122
extern double *regress_path_dist (PATH *p1, PATH *p2);
2223
extern PATH *poly2path (POLYGON *poly);

0 commit comments

Comments
 (0)