Skip to content

Commit 55e8949

Browse files
committed
Fix clang compilation error
1 parent e41c5b0 commit 55e8949

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pl_funcs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,6 @@ add_to_pathman_config(PG_FUNCTION_ARGS)
770770
parttype = PG_ARGISNULL(2) ? PT_HASH : PT_RANGE;
771771

772772
/* Parse and check expression */
773-
expression = TextDatumGetCString(PG_GETARG_TEXT_P(1));
774773
expr_info = get_part_expression_info(relid, expression, (parttype == PT_HASH), true);
775774
Assert(expr_info->expr_datum != (Datum) 0);
776775

0 commit comments

Comments
 (0)