-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADBDEV-4377: Fix backup statistics for leaf partitions #42
Conversation
25d1486
to
d659adb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should change branch ADBDEV-4376
to master
.
Done |
I think, you should rewrite the head of commit message. Head should answer the question: "what had been done?". For example: "Fix something at somewhere". |
I changed the name and content of the PR. Will this work for a commit? If so, can I force push changes? |
You can add empty commit with new commit message without force-push ( |
gpbackup does not backup statistics for leaf partitions with leaf-partition-data option This patch solves the problem by backuping statistics for all specified tables, including leaf partitions, and not just root partitions. The test for this patch is based on the test for the 85384fa. And, as stated in that patch, it removes the unnecessary condition when comparing the number of statistics.
gpbackup does not backup statistics for leaf partitions with leaf-partition-data option This patch solves the problem by backuping statistics for all specified tables, including leaf partitions, and not just root partitions. The test for this patch is based on the test for the 85384fa. And, as stated in that patch, it removes the unnecessary condition when comparing the number of statistics. Cherry-picked-from: 0ce7382
gpbackup does not backup statistics for leaf partitions with leaf-partition-data option This patch solves the problem by backuping statistics for all specified tables, including leaf partitions, and not just root partitions. The test for this patch is based on the test for the 85384fa. And, as stated in that patch, it removes the unnecessary condition when comparing the number of statistics. Cherry-picked-from: 0ce7382
gpbackup does not backup statistics for leaf partitions with leaf-partition-data option This patch solves the problem by backuping statistics for all specified tables, including leaf partitions, and not just root partitions. The test for this patch is based on the test for the 85384fa. And, as stated in that patch, it removes the unnecessary condition when comparing the number of statistics. Cherry-picked-from: 0ce7382 (cherry picked from commit 6b5fe21)
gpbackup does not backup statistics for leaf partitions with leaf-partition-data option This patch solves the problem by backuping statistics for all specified tables, including leaf partitions, and not just root partitions. The test for this patch is based on the test for the 85384fa. And, as stated in that patch, it removes the unnecessary condition when comparing the number of statistics. Cherry-picked-from: 0ce7382 (cherry picked from commit 6b5fe21) (cherry picked from commit 2de6423)
gpbackup does not backup statistics for leaf partitions with leaf-partition-data option This patch solves the problem by backuping statistics for all specified tables, including leaf partitions, and not just root partitions. The test for this patch is based on the test for the 85384fa. And, as stated in that patch, it removes the unnecessary condition when comparing the number of statistics. Cherry-picked-from: 0ce7382 (cherry picked from commit 6b5fe21) (cherry picked from commit 2de6423)
gpbackup does not backup statistics for leaf partitions with leaf-partition-data option This patch solves the problem by backuping statistics for all specified tables, including leaf partitions, and not just root partitions. The test for this patch is based on the test for the 85384fa. And, as stated in that patch, it removes the unnecessary condition when comparing the number of statistics. Cherry-picked-from: 0ce7382 (cherry picked from commit 6b5fe21) (cherry picked from commit 2de6423)
gpbackup does not backup statistics for leaf partitions with leaf-partition-data option This patch solves the problem by backuping statistics for all specified tables, including leaf partitions, and not just root partitions. The test for this patch is based on the test for the 85384fa. And, as stated in that patch, it removes the unnecessary condition when comparing the number of statistics. Cherry-picked-from: 0ce7382 (cherry picked from commit 6b5fe21) (cherry picked from commit 2de6423)
gpbackup does not backup statistics for leaf partitions with leaf-partition-data option This patch solves the problem by backuping statistics for all specified tables, including leaf partitions, and not just root partitions. The test for this patch is based on the test for the 85384fa. And, as stated in that patch, it removes the unnecessary condition when comparing the number of statistics. Cherry-picked-from: 0ce7382 (cherry picked from commit 6b5fe21) (cherry picked from commit 2de6423)
Fix backup statistics for leaf partitions
gpbackup does not backup statistics for leaf partitions with leaf-partition-data option
This patch solves the problem by backuping statistics for all specified
tables, including leaf partitions, and not just root partitions.
The test for this patch is based on the test for the 85384fa.
And, as stated in that patch, it removes the unnecessary
condition when comparing the number of statistics.