mirror of https://github.com/citusdata/citus.git
test assert in cit
parent
181b8ab6d5
commit
939c0dff27
|
@ -1562,7 +1562,7 @@ set_join_column_names(deparse_namespace *dpns, RangeTblEntry *rte,
|
|||
}
|
||||
|
||||
/* Assert we processed the right number of columns */
|
||||
#ifdef USE_ASSERT_CHECKING
|
||||
#if 1
|
||||
while (i < colinfo->num_cols && colinfo->colnames[i] == NULL)
|
||||
i++;
|
||||
Assert(i == colinfo->num_cols);
|
||||
|
|
Loading…
Reference in New Issue