Skip to content

Commit

Permalink
trying to add DROP MATVIEW. gives assertion error
Browse files Browse the repository at this point in the history
  • Loading branch information
bothra90 committed May 3, 2012
2 parents 4014dcf + 7313d31 commit c667093
Show file tree
Hide file tree
Showing 4 changed files with 9,746 additions and 9,739 deletions.
3 changes: 2 additions & 1 deletion src/backend/access/common/reloptions.c
Expand Up @@ -1176,7 +1176,8 @@ heap_reloptions(char relkind, Datum reloptions, bool validate)
return (bytea *) rdopts;
case RELKIND_RELATION:
return default_reloptions(reloptions, validate, RELOPT_KIND_HEAP);
default:
default:
printf("reloptions.c 1180: Default Case at heap_reloptions\n");
/* other relkinds are not supported */
return NULL;
}
Expand Down

0 comments on commit c667093

Please sign in to comment.