mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Fix typo in error message
This commit is contained in:
parent
fed95d2f73
commit
ad1c71705a
@ -221,7 +221,7 @@ Datum pcpoint_from_double_array(PG_FUNCTION_ARGS)
|
||||
|
||||
nelems = ARR_DIMS(arrptr)[0];
|
||||
if ( nelems != schema->ndims || ARR_LBOUND(arrptr)[0] > 1 )
|
||||
elog(ERROR, "array dimenensions do not match schema dimensions of pcid = %d", pcid);
|
||||
elog(ERROR, "array dimensions do not match schema dimensions of pcid = %d", pcid);
|
||||
|
||||
vals = (float8*) ARR_DATA_PTR(arrptr);
|
||||
pt = pc_point_from_double_array(schema, vals, nelems);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user