ADBDEV-1140 ADB update version to 5.28.3 and update gporca submodule#130
Merged
ADBDEV-1140 ADB update version to 5.28.3 and update gporca submodule#130
Conversation
Stolb27
approved these changes
Nov 9, 2020
RekGRpth
added a commit
that referenced
this pull request
Dec 3, 2025
When the DROP IF EXISTS command is called, it is unconditionally dispatched to the segments, even if the object doesn't exist on the coordinator. This can lead to inconsistencies, for example: - the first session starts a table drop on the coordinator. Even though the table doesn't exist, the drop is still dispatched to the segments. - at the same time, the second session creates the table (on the coordinator and on the segments). - the first session (on the segments) already sees the table and therefore deletes it. Don't dispatch DROP if object doesn't exist on coordinator. Exclude the drop_rename test from the parallel group because it contains fault-injectors. Add a new GUC, gp_dispatch_drop_always, for unconditional DROP dispatch even if the object isn't present on the coordinator, as this functionality is used by the gpcheckcat utility, for example, in the orphan_temp_table test. Ticket: ADBDEV-8867
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.