[GitHub] incubator-hawq pull request #1198: HAWQ-1417. Fixed crash when ANALYZE after...

2017-04-06 Thread liming01
Github user liming01 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1198 --- 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

[GitHub] incubator-hawq pull request #1198: HAWQ-1417. Fixed crash when ANALYZE after...

2017-03-28 Thread huor
Github user huor commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1198#discussion_r108427680 --- Diff: src/backend/commands/analyze.c --- @@ -476,6 +477,11 @@ void analyzeStmt(VacuumStmt *stmt, List *relids, int preferred_seg_num)

[GitHub] incubator-hawq pull request #1198: HAWQ-1417. Fixed crash when ANALYZE after...

2017-03-28 Thread liming01
GitHub user liming01 opened a pull request: https://github.com/apache/incubator-hawq/pull/1198 HAWQ-1417. Fixed crash when ANALYZE after COPY because of invalid res… …ource owner The root cause is: when ANALYZE is running, it will commit previous transaction, and