From 4748d3b43b6edba0401a2e9edde371827d5dab6b Mon Sep 17 00:00:00 2001 From: Maxime Schemans Date: Wed, 14 May 2025 16:01:49 +1000 Subject: [PATCH] Temporarily remove assert checks --- contrib/mobilitydb/tpoint_mest.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/mobilitydb/tpoint_mest.c b/contrib/mobilitydb/tpoint_mest.c index 9b735cf..7f7eef5 100644 --- a/contrib/mobilitydb/tpoint_mest.c +++ b/contrib/mobilitydb/tpoint_mest.c @@ -637,7 +637,7 @@ Tpoint_mergesplit(PG_FUNCTION_ARGS) STBox *boxes; ArrayType *result; - assert(temptype_subtype(temp->subtype)); + // assert(temptype_subtype(temp->subtype)); switch (temp->subtype) { case TINSTANT: @@ -668,7 +668,7 @@ Tpoint_mest_mergesplit(PG_FUNCTION_ARGS) STBox *boxes; Datum *keys; - assert(temptype_subtype(temp->subtype)); + // assert(temptype_subtype(temp->subtype)); switch (temp->subtype) { case TINSTANT: @@ -876,7 +876,7 @@ Tpoint_linearsplit(PG_FUNCTION_ARGS) STBox *boxes; ArrayType *result; - assert(temptype_subtype(temp->subtype)); + // assert(temptype_subtype(temp->subtype)); switch (temp->subtype) { case TINSTANT: @@ -909,7 +909,7 @@ Tpoint_mest_linearsplit(PG_FUNCTION_ARGS) STBox *boxes; Datum *keys; - assert(temptype_subtype(temp->subtype)); + // assert(temptype_subtype(temp->subtype)); switch (temp->subtype) { case TINSTANT: @@ -1044,7 +1044,7 @@ Tpoint_adaptsplit(PG_FUNCTION_ARGS) STBox *boxes; ArrayType *result; - assert(temptype_subtype(temp->subtype)); + // assert(temptype_subtype(temp->subtype)); switch (temp->subtype) { case TINSTANT: @@ -1075,7 +1075,7 @@ Tpoint_mest_adaptsplit(PG_FUNCTION_ARGS) STBox *boxes; Datum *keys; - assert(temptype_subtype(temp->subtype)); + // assert(temptype_subtype(temp->subtype)); switch (temp->subtype) { case TINSTANT: