diff --git a/hypopg_table.c b/hypopg_table.c index 2119b17..5a31aed 100644 --- a/hypopg_table.c +++ b/hypopg_table.c @@ -3530,6 +3530,9 @@ HYPO_PARTITION_NOT_SUPPORTED(); /* Process any pending invalidation */ hypo_process_inval(); + if (!hypoTables) + hypo_initTablesHash(); + if (!PG_ARGISNULL(2)) partition_by = TextDatumGetCString(PG_GETARG_TEXT_PP(2));