liquid_feedback_core
diff pgLatLon/latlon-v0001.c @ 530:6bc81898fd3b
Fixed typo in documentation and comments: "indicies" -> "indices"; Marked make-doc.sh as executable
| author | jbe |
|---|---|
| date | Sun Aug 21 16:28:21 2016 +0200 (2016-08-21) |
| parents | 96ee2db56bec |
| children |
line diff
1.1 --- a/pgLatLon/latlon-v0001.c Thu Aug 18 20:19:58 2016 +0200 1.2 +++ b/pgLatLon/latlon-v0001.c Sun Aug 21 16:28:21 2016 +0200 1.3 @@ -2384,7 +2384,7 @@ 1.4 PG_RETURN_POINTER(out); 1.5 } 1.6 1.7 -/* GiST "compress" support function for indicies on points */ 1.8 +/* GiST "compress" support function for indicis on points */ 1.9 PG_FUNCTION_INFO_V1(pgl_gist_compress_epoint); 1.10 Datum pgl_gist_compress_epoint(PG_FUNCTION_ARGS) { 1.11 GISTENTRY *entry = (GISTENTRY *) PG_GETARG_POINTER(0); 1.12 @@ -2411,7 +2411,7 @@ 1.13 PG_RETURN_POINTER(retval); 1.14 } 1.15 1.16 -/* GiST "compress" support function for indicies on circles */ 1.17 +/* GiST "compress" support function for indicis on circles */ 1.18 PG_FUNCTION_INFO_V1(pgl_gist_compress_ecircle); 1.19 Datum pgl_gist_compress_ecircle(PG_FUNCTION_ARGS) { 1.20 GISTENTRY *entry = (GISTENTRY *) PG_GETARG_POINTER(0); 1.21 @@ -2438,7 +2438,7 @@ 1.22 PG_RETURN_POINTER(retval); 1.23 } 1.24 1.25 -/* GiST "compress" support function for indicies on clusters */ 1.26 +/* GiST "compress" support function for indices on clusters */ 1.27 PG_FUNCTION_INFO_V1(pgl_gist_compress_ecluster); 1.28 Datum pgl_gist_compress_ecluster(PG_FUNCTION_ARGS) { 1.29 GISTENTRY *entry = (GISTENTRY *) PG_GETARG_POINTER(0); 1.30 @@ -2467,7 +2467,7 @@ 1.31 PG_RETURN_POINTER(retval); 1.32 } 1.33 1.34 -/* GiST "decompress" support function for indicies */ 1.35 +/* GiST "decompress" support function for indices */ 1.36 PG_FUNCTION_INFO_V1(pgl_gist_decompress); 1.37 Datum pgl_gist_decompress(PG_FUNCTION_ARGS) { 1.38 /* return passed pointer without transformation */