[GitHub] incubator-hawq pull request #959: HAWQ-1084. Fixed memory allocation for tab...

2016-10-13 Thread sansanichfb
Github user sansanichfb closed the pull request at: https://github.com/apache/incubator-hawq/pull/959 --- 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 fe

[GitHub] incubator-hawq pull request #959: HAWQ-1084. Fixed memory allocation for tab...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/959#discussion_r83113822 --- Diff: src/bin/psql/describe.c --- @@ -4316,10 +4316,10 @@ describePxfTable(const char *profile, const char *pattern, bool verbose)

[GitHub] incubator-hawq pull request #959: HAWQ-1084. Fixed memory allocation for tab...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/959#discussion_r83110560 --- Diff: src/bin/psql/describe.c --- @@ -4316,10 +4316,10 @@ describePxfTable(const char *profile, const char *pattern, bool verbose)

[GitHub] incubator-hawq pull request #959: HAWQ-1084. Fixed memory allocation for tab...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/959#discussion_r83110356 --- Diff: src/bin/psql/describe.c --- @@ -4316,10 +4316,10 @@ describePxfTable(const char *profile, const char *pattern, bool verbose)

[GitHub] incubator-hawq pull request #959: HAWQ-1084. Fixed memory allocation for tab...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/959#discussion_r83109712 --- Diff: src/bin/psql/describe.c --- @@ -4316,10 +4316,10 @@ describePxfTable(const char *profile, const char *pattern, bool verbose)

[GitHub] incubator-hawq pull request #959: HAWQ-1084. Fixed memory allocation for tab...

2016-10-12 Thread sansanichfb
GitHub user sansanichfb opened a pull request: https://github.com/apache/incubator-hawq/pull/959 HAWQ-1084. Fixed memory allocation for table printing. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sansanichfb/incubator-hawq HA