We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85909e commit ad580dfCopy full SHA for ad580df
contrib/pg_pathman/init.c
@@ -480,9 +480,8 @@ remove_relation_info(Oid relid)
480
free_dsm_array(&rangerel->ranges);
481
free_dsm_array(&prel->children);
482
hash_search(range_restrictions, (const void *) &key, HASH_REMOVE, NULL);
483
- hash_search(relations, (const void *) &key, HASH_REMOVE, NULL);
484
break;
485
}
486
prel->children_count = 0;
487
- hash_search(relations, (const void *) &relid, HASH_REMOVE, 0);
+ hash_search(relations, (const void *) &key, HASH_REMOVE, 0);
488
0 commit comments