Github user liming01 commented on the pull request:
https://github.com/apache/incubator-hawq/pull/13#issuecomment-148253345
@jimmida
I haven't started to think about 'hcatalog' feature's impact for
gpmigrator. Some points need to be thinked:
1) If old db instance already has db named 'hcatalog': maybe we should
rename it?
2) Add a new meta for 'hcatalog' in pg_database: Done.
3) Skipping 'hcatalog' for any db loop processing. Because this affected
by the solution for point 1), so I haven't fixed it. However this behavior
works fine in this version's upgrade, it will have problem when next version's
upgrade.
But for this defect, this fix is okay, because the function
PerformPostUpgrade() in gpMigratorUtil.py calls gp_toolkit.sql.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---