mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
11 lines
394 B
C
11 lines
394 B
C
--- 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))
|
|
{
|