[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-112-g10d2f81
git at osgeo.org
git at osgeo.org
Fri May 8 10:53:14 PDT 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 10d2f810601b7c226fab12848f943479dd3d53b1 (commit)
from 8b932894848b2bb562b41ac649f5cb4e1212c277 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 10d2f810601b7c226fab12848f943479dd3d53b1
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri May 8 10:53:10 2020 -0700
add missing pgsql header, references #4675
diff --git a/topology/postgis_topology.c b/topology/postgis_topology.c
index 832f367..0cd5945 100644
--- a/topology/postgis_topology.c
+++ b/topology/postgis_topology.c
@@ -19,11 +19,11 @@
#include "utils/array.h" /* for ArrayType */
#include "catalog/pg_type.h" /* for INT4OID */
#include "lib/stringinfo.h"
+#include "access/htup_details.h" /* for heap_form_tuple() */
#include "access/xact.h" /* for RegisterXactCallback */
#include "funcapi.h" /* for FuncCallContext */
#include "executor/spi.h" /* this is what you need to work with SPI */
#include "inttypes.h" /* for PRId64 */
-
#include "../postgis_config.h"
#include "liblwgeom_internal.h" /* for gbox_clone */
-----------------------------------------------------------------------
Summary of changes:
topology/postgis_topology.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list