diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-06-01 22:15:31 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-06-01 22:15:31 +0000 |
commit | a70bf43678768ef9322711477298bbdd59e28b67 (patch) | |
tree | d9bfb11c9e0ffaa82923222f187dd483b8bbfdd2 /databases/pointcloud/files/patch-pgsql_pc__access.c | |
parent | net-mgmt/py-junos-eznc: Update to 2.1.8 (diff) |
databases/pointcloud: update to 1.1.0
PR: 228659
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Notes
Notes:
svn path=/head/; revision=471299
Diffstat (limited to 'databases/pointcloud/files/patch-pgsql_pc__access.c')
-rw-r--r-- | databases/pointcloud/files/patch-pgsql_pc__access.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/pointcloud/files/patch-pgsql_pc__access.c b/databases/pointcloud/files/patch-pgsql_pc__access.c deleted file mode 100644 index bd9dda2c1e67..000000000000 --- a/databases/pointcloud/files/patch-pgsql_pc__access.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pgsql/pc_access.c.orig 2015-08-09 08:58:06 UTC -+++ pgsql/pc_access.c -@@ -315,7 +315,7 @@ Datum pointcloud_agg_transfn(PG_FUNCTION - - if (fcinfo->context && IsA(fcinfo->context, AggState)) - { -- aggcontext = ((AggState *) fcinfo->context)->aggcontext; -+ aggcontext = ((AggState *) fcinfo->context)->aggcontexts; - } - else if (fcinfo->context && IsA(fcinfo->context, WindowAggState)) - { |