mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 01:28:51 +00:00
Remove unused var
This commit is contained in:
parent
67dbce28c0
commit
eca17a6286
1 changed files with 0 additions and 1 deletions
|
|
@ -883,7 +883,6 @@ hypo_generate_partkey(CreateStmt *stmt, Oid parentid, hypoTable *entry)
|
|||
static PartitionScheme
|
||||
hypo_find_partition_scheme(PlannerInfo *root, PartitionKey partkey)
|
||||
{
|
||||
MemoryContext oldcontext;
|
||||
PartitionScheme part_scheme;
|
||||
int partnatts,
|
||||
i;
|
||||
|
|
|
|||
Loading…
Reference in a new issue