[postgis-tickets] r16806 - Document that LLV >= 6 is required for JIT compiles.

Regina Obe lr at pcorp.us
Sat Sep 15 10:12:51 PDT 2018


Author: robe
Date: 2018-09-15 22:12:51 -0700 (Sat, 15 Sep 2018)
New Revision: 16806

Modified:
   branches/2.5/NEWS
   branches/2.5/doc/installation.xml
Log:
Document that LLV >= 6 is required for JIT compiles.  
Closes #4125 for PostGIS 2.5.0

Modified: branches/2.5/NEWS
===================================================================
--- branches/2.5/NEWS	2018-09-16 05:10:12 UTC (rev 16805)
+++ branches/2.5/NEWS	2018-09-16 05:12:51 UTC (rev 16806)
@@ -1,5 +1,7 @@
 PostGIS 2.5.0rc2
 2018/09/xx
+WARNING: If compiling with PostgreSQL+JIT, LLVM >= 6 is required
+
 New since PostGIS 2.5.0rc1
   - #4162, ST_DWithin documentation examples for storing geometry and
     radius in table (Darafei Praliaskouski, github user Boscop).

Modified: branches/2.5/doc/installation.xml
===================================================================
--- branches/2.5/doc/installation.xml	2018-09-16 05:10:12 UTC (rev 16805)
+++ branches/2.5/doc/installation.xml	2018-09-16 05:12:51 UTC (rev 16806)
@@ -167,6 +167,13 @@
 		  <ulink url="http://trac.osgeo.org/gdal/wiki/DownloadSource">http://trac.osgeo.org/gdal/wiki/DownloadSource</ulink>.
 		</para>
 	  </listitem>
+
+		<listitem>
+		<para>
+		  If compiling with PostgreSQL+JIT, LLVM version >=6 is required
+		  <ulink url="https://trac.osgeo.org/postgis/ticket/4125">https://trac.osgeo.org/postgis/ticket/4125</ulink>.
+		</para>
+	  </listitem>
 	</itemizedlist>
 
 	<para>



More information about the postgis-tickets mailing list