Skip to content

Commit

Permalink
update the error message about the q3c_pixarea depth (thanks to Greg …
Browse files Browse the repository at this point in the history
…Hennessy)
  • Loading branch information
Sergey Koposov committed Apr 12, 2019
1 parent 366e5da commit dd5eaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Datum pgq3c_pixarea(PG_FUNCTION_ARGS)
}
if (depth > 30)
{
elog(ERROR, "Invalid depth. It should be less than 30.");
elog(ERROR, "Invalid depth. It should be less than 31.");
}

res = q3c_pixarea(&hprm, ipix, depth);
Expand Down

0 comments on commit dd5eaf1

Please sign in to comment.