utils/geo-decls.h should be utils/geo_decls.h, per report from
authorTom Lane
Sun, 18 Nov 2001 21:28:00 +0000 (21:28 +0000)
committerTom Lane
Sun, 18 Nov 2001 21:28:00 +0000 (21:28 +0000)
StÅphane Raimbault.

doc/src/sgml/libpq.sgml
doc/src/sgml/xfunc.sgml

index 68b7dfe386a76fca0642dfcc683e0a590366dfd6..4a191e99b4488c357a1376b27802feb06e949214 100644 (file)
@@ -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)
index fed2036236b9afc39f2a72686fc13095fab72469..725003804255c14fb874f531bf0424b7fb192699 100644 (file)
@@ -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