-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve defensive code for crash in AtEOXact_Parallel (#2002)
Setting GUC during parallel operation will cause GUC inconsistency because there is no way to sync the GUC value among parallel workers. This commit only allows setting insert_identity during parallel operation initialization. Task: BABEL-4340/4419/4423 Signed-off-by: Xiaohui Fanhe <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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