[postgis-tickets] r15150 - break into 2 parts. fix syntax mangling

Regina Obe lr at pcorp.us
Mon Sep 26 13:27:56 PDT 2016


Author: robe
Date: 2016-09-26 13:27:56 -0700 (Mon, 26 Sep 2016)
New Revision: 15150

Modified:
   web/_content/posts/2016/09-26_postgis-2.3.0.html
Log:
break into 2 parts.  fix syntax mangling

Modified: web/_content/posts/2016/09-26_postgis-2.3.0.html
===================================================================
--- web/_content/posts/2016/09-26_postgis-2.3.0.html	2016-09-26 20:22:03 UTC (rev 15149)
+++ web/_content/posts/2016/09-26_postgis-2.3.0.html	2016-09-26 20:27:56 UTC (rev 15150)
@@ -12,7 +12,7 @@
 As such, if you are using PostgreSQL 9.6, we strongly encourage you to use this version.
 
 Parallel support will make many queries using PostGIS relationship operators and functions faster.
-In order to take advantage of parallel query support, make sure to set max_parallel_workers_per_gather to something greater than 0
+In order to take advantage of parallel query support, make sure to set `max_parallel_workers_per_gather` to something greater than 0
 as noted in [`max_parallel_workers_per_gather` PostgreSQL runtime configs](https://www.postgresql.org/docs/9.6/static/runtime-config-resource.html#GUC-MAX-PARALLEL-WORKERS-PER-GATHER)
 
 Best served with [PostgreSQL 9.6+] which is due out this week and [pgRouting 2.3.0](https://lists.osgeo.org/pipermail/pgrouting-users/2016-September/002287.html) 
@@ -25,8 +25,8 @@
 * [pdf doc download]({{postgis.release_docs}}/postgis-2.3.0.pdf)
 * [Changelog](https://svn.osgeo.org/postgis/tags/2.3.0/ChangeLog)
 
+<!-- pagebreak -->
 
-
 If you are a Mac user using newer XCode 8, you might run into some compilation issues
 as a result of recent changes in XCode.  Refer to [https://trac.osgeo.org/postgis/ticket/3643](https://trac.osgeo.org/postgis/ticket/3643)
 for a patch you can use.



More information about the postgis-tickets mailing list