Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33edbdb

Browse files
author
Bryan Henderson
committed
Remove include of libpq-fe.h. This file has nothing to do with libpq.
1 parent79729c0 commit33edbdb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/test/regress/regress.c

Lines changed: 3 additions & 2 deletions
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
#defineRDELIM')'
1817
#defineDELIM','
1918

19+
typedefvoid*TUPLE;
20+
2021
externdouble*regress_dist_ptpath (Point*pt,PATH*path);
2122
externdouble*regress_path_dist (PATH*p1,PATH*p2);
2223
externPATH*poly2path (POLYGON*poly);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp