From acac465efac969de655f1905af95d78dcea29b0e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 18 Nov 2001 21:28:00 +0000 Subject: [PATCH] =?UTF-8?q?utils/geo-decls.h=20should=20be=20utils/geo=5Fd?= =?UTF-8?q?ecls.h,=20per=20report=20from=20St=C3=85phane=20Raimbault.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/sgml/libpq.sgml | 4 ++-- doc/src/sgml/xfunc.sgml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 68b7dfe386..4a191e99b4 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -2483,7 +2483,7 @@ main() */ #include <stdio.h> #include "libpq-fe.h" -#include "utils/geo-decls.h" /* for the POLYGON type */ +#include "utils/geo_decls.h" /* for the POLYGON type */ void exit_nicely(PGconn *conn) diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index fed2036236..7250038042 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1,5 +1,5 @@ @@ -711,7 +711,7 @@ CREATE FUNCTION square_root(double precision) RETURNS double precision box BOX* - utils/geo-decls.h + utils/geo_decls.h bytea @@ -771,7 +771,7 @@ CREATE FUNCTION square_root(double precision) RETURNS double precision lseg LSEG* - utils/geo-decls.h + utils/geo_decls.h name @@ -791,12 +791,12 @@ CREATE FUNCTION square_root(double precision) RETURNS double precision path PATH* - utils/geo-decls.h + utils/geo_decls.h point POINT* - utils/geo-decls.h + utils/geo_decls.h regproc