Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix creating extension with global option appendonly=true. (#366)
All tables in diskquota use primary keys. Unique index tables are created for primary keys. Unique index tables can not be created for tables with the option appendonly=true. This issue only occurs in gp6 since `set gp_default_storage_options='appendonly=true';` is disabled in gp7. Solution: add `appendonly=false` to each table with the primary key. Co-authored-by: Evgeniy Ratkov <[email protected]>
- Loading branch information