-
Notifications
You must be signed in to change notification settings - Fork 898
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit error on transition table trigger for chunks
If a transition table trigger is added to a hypertable, an error is generated indicating that this is not supported. However, if it is added to a chunk, it is accepted but inserts/updates/deletes are silently ignored and if the compression flag is set on the hypertable, this generate an assertion failure in debug builds. Instead, we generate an error when an attempt is made to add a transition table trigger to a chunk of a hypertable, regardless of whether the compression flag is set or not. (cherry picked from commit 57d8cbc)
- Loading branch information
1 parent
ecc3095
commit e42da6c
Showing
4 changed files
with
23 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fixes: #7488 Emit error for transition table trigger on chunks |
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
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